summaryrefslogtreecommitdiff
path: root/lib/extensions.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2006-01-05 16:56:40 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2006-01-05 16:56:40 +0000
commit3076046b3fa7ad6fe793315df543b887c4132a40 (patch)
treedc86201fd705135ad819ed441f351a87e2f2b0c9 /lib/extensions.py
parent96ff591d7996e05b25be0afa5d999bb6028255e1 (diff)
downloadpsycopg2-3076046b3fa7ad6fe793315df543b887c4132a40.tar.gz
* libpq.dll not used anymore. win32 setup uses pg_config too.
* Some typo fixed.
Diffstat (limited to 'lib/extensions.py')
-rw-r--r--lib/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions.py b/lib/extensions.py
index 3257a16..c369c93 100644
--- a/lib/extensions.py
+++ b/lib/extensions.py
@@ -4,7 +4,7 @@ This module holds all the extensions to the DBAPI-2.0 provided by psycopg.
- `connection` -- the new-type inheritable connection class
- `cursor` -- the new-type inheritable cursor class
-- `adapt()` -- exposes the PEP-246_ compatile adapting machanism used
+- `adapt()` -- exposes the PEP-246_ compatible adapting mechanism used
by psycopg to adapt Python types to PostgreSQL ones
.. _PEP-246: http://www.python.org/peps/pep-0246.html