diff options
Diffstat (limited to 'examples/encoding.py')
-rw-r--r-- | examples/encoding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/encoding.py b/examples/encoding.py index c702b05..77fd871 100644 --- a/examples/encoding.py +++ b/examples/encoding.py @@ -38,7 +38,7 @@ encs.sort() for a, b in encs: print " ", a, "<->", b -print "Using STRING typecaster" +print "Using STRING typecaster" print "Setting backend encoding to LATIN1 and executing queries:" conn.set_client_encoding('LATIN1') curs = conn.cursor() |