From: Michael Trier Date: Wed, 24 Dec 2008 14:43:24 +0000 (+0000) Subject: Fixed bugs in sqlalchemy documentation. Closes #1263. X-Git-Tag: rel_0_5_0~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a8a7ffc52b9de3739cdb892c37241e5a6bfc58a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fixed bugs in sqlalchemy documentation. Closes #1263. --- diff --git a/lib/sqlalchemy/databases/postgres.py b/lib/sqlalchemy/databases/postgres.py index 8ac9bfabf3..0a6c12f9bc 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: