diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-07-13 02:04:54 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-07-13 02:04:54 +0000 |
| commit | 5503028d8cc404bb28fd5760f5ba6c27cfc37ae2 (patch) | |
| tree | f66e23eef8e95705a257e5b0e941940411dd34ba /lib/sqlalchemy/engine/__init__.py | |
| parent | 40772955a58b5013ad3d94b314b61c3979999118 (diff) | |
| download | sqlalchemy-5503028d8cc404bb28fd5760f5ba6c27cfc37ae2.tar.gz | |
changed reference to PostgreSQL in docs.rel_0_5_5
Diffstat (limited to 'lib/sqlalchemy/engine/__init__.py')
| -rw-r--r-- | lib/sqlalchemy/engine/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py index b0f446598..bb2b1b5be 100644 --- a/lib/sqlalchemy/engine/__init__.py +++ b/lib/sqlalchemy/engine/__init__.py @@ -173,7 +173,7 @@ def create_engine(*args, **kwargs): :param module=None: used by database implementations which support multiple DBAPI modules, this is a reference to a DBAPI2 module to be used instead of the engine's default module. For - Postgres, the default is psycopg2. For Oracle, it's cx_Oracle. + PostgreSQL, the default is psycopg2. For Oracle, it's cx_Oracle. :param pool=None: an already-constructed instance of :class:`~sqlalchemy.pool.Pool`, such as a |
