From: Andrew Hannigan Date: Mon, 7 Dec 2020 00:52:38 +0000 (-0600) Subject: Correct docstring line length X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b237c3a5b2bae8dc6cfedf5bae44e8f74e8bfdd8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correct docstring line length --- 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()