diff options
Diffstat (limited to 'examples/cursor.py')
| -rw-r--r-- | examples/cursor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cursor.py b/examples/cursor.py index f3b2add..2d56fd7 100644 --- a/examples/cursor.py +++ b/examples/cursor.py @@ -58,6 +58,6 @@ print "Result of fetchone():", curs.fetchone() try: curs.fetchone() except NoDataError, err: - print "Exception caugth:", err + print "Exception caught:", err conn.rollback() |
