]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in PickleType documentation 5186/head
authorFederico Caselli <CaselIT@users.noreply.github.com>
Wed, 4 Mar 2020 12:48:30 +0000 (13:48 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 12:48:30 +0000 (13:48 +0100)
lib/sqlalchemy/sql/sqltypes.py

index e4a029a3e39b2f6a7c5de25fbe5259cb499c6e85..2d6b4429914a516e082da82a662a9ff65977dc18 100644 (file)
@@ -1628,7 +1628,7 @@ class PickleType(TypeDecorator):
 
         :param pickler: defaults to cPickle.pickle or pickle.pickle if
           cPickle is not available.  May be any object with
-          pickle-compatible ``dumps` and ``loads`` methods.
+          pickle-compatible ``dumps`` and ``loads`` methods.
 
         :param comparator: a 2-arg callable predicate used
           to compare values of this type.  If left as ``None``,