diff options
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() |