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 | |
| parent | 2eba97de7059b71b953fda9b1720a7059cbbcaf2 (diff) | |
| download | psycopg2-31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2.tar.gz | |
Fix multiple misspellings
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/binary.py | 2 | ||||
| -rw-r--r-- | examples/encoding.py | 2 |
2 files changed, 2 insertions, 2 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() diff --git a/examples/encoding.py b/examples/encoding.py index 864fd43..8a37415 100644 --- a/examples/encoding.py +++ b/examples/encoding.py @@ -1,4 +1,4 @@ -# encoding.py - show to change client enkoding (and test it works) +# encoding.py - show to change client encoding (and test it works) # -*- encoding: utf8 -*- # # Copyright (C) 2004-2010 Federico Di Gregorio <fog@debian.org> |
