From: Mike Bayer Date: Fri, 26 Mar 2010 16:54:13 +0000 (-0400) Subject: fix typo X-Git-Tag: rel_0_6beta3~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febf3bf78c74aa99ead0902d926de371904595d8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo --- diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py index 5cbaaffd01..f21c9a5589 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py @@ -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: