diff options
| author | Erwin de Keijzer <git@0x8.be> | 2014-03-24 18:36:33 +0100 |
|---|---|---|
| committer | Erwin de Keijzer <git@0x8.be> | 2014-03-24 18:36:33 +0100 |
| commit | 0258e90ef069161de5f6b2d02fa26f031d9674fc (patch) | |
| tree | 46d7ad45fca4e72e31b560da1ab586af4412b569 /examples/lastrowid.py | |
| parent | 7b82be936dae074217b7c5b9cefe0ec2b227160c (diff) | |
| download | psycopg2-0258e90ef069161de5f6b2d02fa26f031d9674fc.tar.gz | |
Fixed DNS typo in examples
Diffstat (limited to 'examples/lastrowid.py')
| -rw-r--r-- | examples/lastrowid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lastrowid.py b/examples/lastrowid.py index 12c9174..ea5a3b6 100644 --- a/examples/lastrowid.py +++ b/examples/lastrowid.py @@ -23,7 +23,7 @@ import sys, psycopg2 if len(sys.argv) > 1: DSN = sys.argv[1] -print "Opening connection using dns:", DSN +print "Opening connection using dsn:", DSN conn = psycopg2.connect(DSN) curs = conn.cursor() |
