From b237c3a5b2bae8dc6cfedf5bae44e8f74e8bfdd8 Mon Sep 17 00:00:00 2001 From: Andrew Hannigan Date: Sun, 6 Dec 2020 18:52:38 -0600 Subject: [PATCH] Correct docstring line length --- lib/sqlalchemy/sql/type_api.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sqlalchemy/sql/type_api.py b/lib/sqlalchemy/sql/type_api.py index f4372626c4..bb996ca389 100644 --- a/lib/sqlalchemy/sql/type_api.py +++ b/lib/sqlalchemy/sql/type_api.py @@ -483,9 +483,9 @@ class TypeEngine(Traversible): def as_generic(self, allow_nulltype=False): """ - Return an instance of the generic type corresponding to this type using - heuristic rule. The method may be overridden if this heuristic rule is not - sufficient. + Return an instance of the generic type corresponding to this type + using heuristic rule. The method may be overridden if this + heuristic rule is not sufficient. >>> from sqlalchemy.dialects.mysql import INTEGER >>> INTEGER(display_width=4).as_generic() -- 2.47.3