]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
correct the create_engine url
authorPhilip Jenvey <pjenvey@underboss.org>
Wed, 26 Aug 2009 01:27:04 +0000 (01:27 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Wed, 26 Aug 2009 01:27:04 +0000 (01:27 +0000)
fixes #1515
thanks Randall

lib/sqlalchemy/dialects/postgresql/pg8000.py

index 2a5c4e0325004f3434b73f991a7f8e0cc91f245a..1c45b50f278cb9bbad0a7de50c00ccf5351048a7 100644 (file)
@@ -3,7 +3,8 @@
 Connecting
 ----------
 
-URLs are of the form `postgresql+pg8000://user@password@host:port/dbname[?key=value&key=value...]`.
+URLs are of the form
+`postgresql+pg8000://user:password@host:port/dbname[?key=value&key=value...]`.
 
 Unicode
 -------