Skip to content

Commit

Permalink
Fix typo in tutorial
Browse files Browse the repository at this point in the history
Pull request #2 by Anton Bobov
  • Loading branch information
Cito committed Jan 16, 2017
1 parent 5efcb0c commit 4ba1bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contents/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,6 @@ Finally, to remove the table from the database and close the connection::

>>> db.execute("drop table fruits")
>>> cur.close()
>>> db.close()
>>> con.close()

For more advanced features and details, see the reference: :doc:`pgdb/index`

0 comments on commit 4ba1bf1

Please sign in to comment.