diff options
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r-- | lib/sqlalchemy/databases/postgres.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/databases/postgres.py b/lib/sqlalchemy/databases/postgres.py index 8ac9bfabf..0a6c12f9b 100644 --- a/lib/sqlalchemy/databases/postgres.py +++ b/lib/sqlalchemy/databases/postgres.py @@ -18,7 +18,7 @@ Note that psycopg1 is **not** supported. Connecting ---------- -URLs are of the form `postgres://user@password@host:port/dbname[?key=value&key=value...]`. +URLs are of the form `postgres://user:password@host:port/dbname[?key=value&key=value...]`. Postgres-specific keyword arguments which are accepted by :func:`~sqlalchemy.create_engine()` are: |