summaryrefslogtreecommitdiff
path: root/lib/psycopg1.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psycopg1.py')
-rw-r--r--lib/psycopg1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psycopg1.py b/lib/psycopg1.py
index 2b06ca7..82a3966 100644
--- a/lib/psycopg1.py
+++ b/lib/psycopg1.py
@@ -2,7 +2,7 @@
This module uses the new style connection and cursor types to build a psycopg
1.1.1.x compatibility layer. It should be considered a temporary hack to run
-old code hile porting to psycopg 2. Import it as follows:
+old code hile porting to psycopg 2. Import it as follows::
from psycopg2 import psycopg1 as psycopg
"""