]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Correct docstring line length
authorAndrew Hannigan <Andrew.S.Hannigan@gmail.com>
Mon, 7 Dec 2020 00:52:38 +0000 (18:52 -0600)
committerAndrew Hannigan <Andrew.S.Hannigan@gmail.com>
Mon, 7 Dec 2020 00:52:38 +0000 (18:52 -0600)
lib/sqlalchemy/sql/type_api.py

index f4372626c409365fa3489ca0ba08453e9bf1f74e..bb996ca389a38116957157967b2220ebd0e97c91 100644 (file)
@@ -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()