From 8a8a7ffc52b9de3739cdb892c37241e5a6bfc58a Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 24 Dec 2008 14:43:24 +0000 Subject: Fixed bugs in sqlalchemy documentation. Closes #1263. --- lib/sqlalchemy/databases/postgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/databases/postgres.py') 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: -- cgit v1.2.1