From f92cfd06811e224cd34fe9225d250080779dc140 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 13 Jul 2010 21:30:55 -0400 Subject: - PG doc updates - pypostgresql has 15 errors, 3 failures, this probably puts it in the "yes" as opposed to the "partial" support category. [ticket:1850] --- lib/sqlalchemy/dialects/postgresql/pypostgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/pypostgresql.py') diff --git a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py index 2e7ea201c..b8f7991d5 100644 --- a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py +++ b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py @@ -3,7 +3,7 @@ Connecting ---------- -URLs are of the form `postgresql+pypostgresql://user@password@host:port/dbname[?key=value&key=value...]`. +URLs are of the form ``postgresql+pypostgresql://user@password@host:port/dbname[?key=value&key=value...]``. """ -- cgit v1.2.1