diff options
author | Wieland Hoffmann <themineo+bb@gmail.com> | 2014-05-04 19:34:37 +0000 |
---|---|---|
committer | Wieland Hoffmann <themineo+bb@gmail.com> | 2014-05-04 19:34:37 +0000 |
commit | c17ec9ee5376a199bf160bb1e29c7edebde06161 (patch) | |
tree | 895d88906527df0625bae48737a41523cf0c7a9e /lib/sqlalchemy/dialects/postgresql | |
parent | c8873b31f0c87ba0d1a7518b36af7151dec34be4 (diff) | |
download | sqlalchemy-c17ec9ee5376a199bf160bb1e29c7edebde06161.tar.gz |
Posgtresql -> PostgreSQL
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/psycopg2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index c4f7c032d..90311e6cd 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py @@ -30,7 +30,7 @@ psycopg2-specific keyword arguments which are accepted by way of enabling this mode on a per-execution basis. * ``use_native_unicode``: Enable the usage of Psycopg2 "native unicode" mode per connection. True by default. -* ``isolation_level``: This option, available for all Posgtresql dialects, +* ``isolation_level``: This option, available for all PostgreSQL dialects, includes the ``AUTOCOMMIT`` isolation level when using the psycopg2 dialect. See :ref:`psycopg2_isolation_level`. |