]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Posgtresql -> PostgreSQL
authorWieland Hoffmann <themineo+bb@gmail.com>
Sun, 4 May 2014 19:34:37 +0000 (19:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 May 2014 21:17:29 +0000 (17:17 -0400)
lib/sqlalchemy/dialects/postgresql/psycopg2.py

index ad8308daa95919673fb51211446e73631b9dc3b1..233731b5dc4082768be393c0175058cb62610836 100644 (file)
@@ -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`.