From: Wieland Hoffmann Date: Sun, 4 May 2014 19:34:37 +0000 (+0000) Subject: Posgtresql -> PostgreSQL X-Git-Tag: rel_0_9_5~57^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=045861dbe20463c667cd9010a5c3fec036d157e1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Posgtresql -> PostgreSQL --- diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index ad8308daa9..233731b5dc 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`.