diff options
author | Piotr Kasprzyk <ciri@ciri.pl> | 2013-04-26 10:21:56 +0200 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-04-26 09:59:40 +0100 |
commit | 31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2 (patch) | |
tree | 591d9e77b7d8ef7d968480dac2e22aa69a8b19a2 /examples/binary.py | |
parent | 2eba97de7059b71b953fda9b1720a7059cbbcaf2 (diff) | |
download | psycopg2-31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2.tar.gz |
Fix multiple misspellings
Diffstat (limited to 'examples/binary.py')
-rw-r--r-- | examples/binary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/binary.py b/examples/binary.py index 804735b..8f96d58 100644 --- a/examples/binary.py +++ b/examples/binary.py @@ -79,7 +79,7 @@ for row in curs.fetchall(): print "done" print " python type of image data is", type(row[0]) -# this rollback is required because we can't drop a table with a binary cusor +# this rollback is required because we can't drop a table with a binary cursor # declared and still open conn.rollback() |