From cca03097f47f22783d42d1853faac6cf84607c5a Mon Sep 17 00:00:00 2001 From: Brian Jarrett Date: Sun, 20 Jul 2014 12:44:40 -0400 Subject: - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing --- lib/sqlalchemy/dialects/postgresql/pypostgresql.py | 3 ++- 1 file changed, 2 insertions(+), 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 fc785d450..3ebd0135f 100644 --- a/lib/sqlalchemy/dialects/postgresql/pypostgresql.py +++ b/lib/sqlalchemy/dialects/postgresql/pypostgresql.py @@ -9,7 +9,8 @@ .. dialect:: postgresql+pypostgresql :name: py-postgresql :dbapi: pypostgresql - :connectstring: postgresql+pypostgresql://user:password@host:port/dbname[?key=value&key=value...] + :connectstring: postgresql+pypostgresql://user:password@host:port/dbname\ +[?key=value&key=value...] :url: http://python.projects.pgfoundry.org/ -- cgit v1.2.1