diff options
| author | Wieland Hoffmann <themineo+bb@gmail.com> | 2014-05-04 19:34:37 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-12 17:17:29 -0400 |
| commit | 045861dbe20463c667cd9010a5c3fec036d157e1 (patch) | |
| tree | 519eebba046977825f5bd28be74b339050adba46 /lib/sqlalchemy | |
| parent | 46763173fcda20877b578e1e6492a2235d51d8d2 (diff) | |
| download | sqlalchemy-045861dbe20463c667cd9010a5c3fec036d157e1.tar.gz | |
Posgtresql -> PostgreSQL
Diffstat (limited to 'lib/sqlalchemy')
| -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 ad8308daa..233731b5d 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`. |
