]> 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)
committerWieland Hoffmann <themineo+bb@gmail.com>
Sun, 4 May 2014 19:34:37 +0000 (19:34 +0000)
lib/sqlalchemy/dialects/postgresql/psycopg2.py

index c4f7c032dc9fc1ad4cc0cdc2713321b6de91f955..90311e6cd5a1628d2c7876502433799f5e24ada7 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`.