From d81a256a5c6912f6b2a0de85c29079d8c329e275 Mon Sep 17 00:00:00 2001 From: Brian Jarrett Date: Sun, 13 Jul 2014 21:07:06 -0600 Subject: Manual fixes for style E501 errors, etc. in dialects package --- lib/sqlalchemy/dialects/postgresql/constraints.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sqlalchemy/dialects/postgresql/constraints.py') diff --git a/lib/sqlalchemy/dialects/postgresql/constraints.py b/lib/sqlalchemy/dialects/postgresql/constraints.py index 02d7a8998..e8ebc75dd 100644 --- a/lib/sqlalchemy/dialects/postgresql/constraints.py +++ b/lib/sqlalchemy/dialects/postgresql/constraints.py @@ -13,7 +13,8 @@ class ExcludeConstraint(ColumnCollectionConstraint): Defines an EXCLUDE constraint as described in the `postgres documentation`__. - __ http://www.postgresql.org/docs/9.0/static/sql-createtable.html#SQL-CREATETABLE-EXCLUDE + __ http://www.postgresql.org/docs/9.0/\ +static/sql-createtable.html#SQL-CREATETABLE-EXCLUDE """ __visit_name__ = 'exclude_constraint' -- cgit v1.2.1