]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2010 16:54:13 +0000 (12:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Mar 2010 16:54:13 +0000 (12:54 -0400)
lib/sqlalchemy/dialects/postgresql/psycopg2.py

index 5cbaaffd01d7fd5598dd967ff76f36f0db44e651..f21c9a5589052ad1866fa26ba402e3eb11b60e32 100644 (file)
@@ -12,7 +12,7 @@ Note that psycopg1 is **not** supported.
 Connecting
 ----------
 
-URLs are of the form `postgresql+psycopg2://user@password@host:port/dbname[?key=value&key=value...]`.
+URLs are of the form `postgresql+psycopg2://user:password@host:port/dbname[?key=value&key=value...]`.
 
 psycopg2-specific keyword arguments which are accepted by :func:`~sqlalchemy.create_engine()` are: