summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/postgres.py
diff options
context:
space:
mode:
authorMichael Trier <mtrier@gmail.com>2008-12-24 14:43:24 +0000
committerMichael Trier <mtrier@gmail.com>2008-12-24 14:43:24 +0000
commit8a8a7ffc52b9de3739cdb892c37241e5a6bfc58a (patch)
tree25feb52730279c2108cf962336da15da3bb7284d /lib/sqlalchemy/databases/postgres.py
parent2876c7e46f5385441188781794b9088e4822999b (diff)
downloadsqlalchemy-8a8a7ffc52b9de3739cdb892c37241e5a6bfc58a.tar.gz
Fixed bugs in sqlalchemy documentation. Closes #1263.
Diffstat (limited to 'lib/sqlalchemy/databases/postgres.py')
-rw-r--r--lib/sqlalchemy/databases/postgres.py2
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: