diff options
Diffstat (limited to 'examples/binary.py')
| -rw-r--r-- | examples/binary.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/binary.py b/examples/binary.py index 89d5c73..804735b 100644 --- a/examples/binary.py +++ b/examples/binary.py @@ -16,7 +16,7 @@ DSN = 'dbname=test' -## don't modify anything below tis line (except for experimenting) +## don't modify anything below this line (except for experimenting) import sys import psycopg2 @@ -79,7 +79,7 @@ for row in curs.fetchall(): print "done" print " python type of image data is", type(row[0]) -# this rollback is requires 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 cusor # declared and still open conn.rollback() |
