From f0b344ee9db22085ede906f1041cd6680e2682e3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 25 Jan 2019 15:13:48 -0500 Subject: Fix some long lines that sneaked in with the spelling fixes change Change-Id: Icc6d8e564c9d31da2adc39d060e077c3d4811186 --- lib/sqlalchemy/sql/schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sqlalchemy/sql') diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index 07c0017b9..8997e119f 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -4028,8 +4028,8 @@ class MetaData(SchemaItem): automatic resolution of dependency cycles between tables, which are usually caused by mutually dependent foreign key constraints. To resolve these cycles, either the - :paramref:`.ForeignKeyConstraint.use_alter` parameter may be applied - to those constraints, or use the + :paramref:`.ForeignKeyConstraint.use_alter` parameter may be + applied to those constraints, or use the :func:`.schema.sort_tables_and_constraints` function which will break out foreign key constraints involved in cycles separately. -- cgit v1.2.1