]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo in PickleType documentation
authorFederico Caselli <CaselIT@users.noreply.github.com>
Wed, 4 Mar 2020 12:48:30 +0000 (13:48 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Mar 2020 14:12:55 +0000 (09:12 -0500)
(cherry picked from commit f9753f5c8f7c4427fa7b21076d3f46177afbfcd0)

lib/sqlalchemy/sql/sqltypes.py

index 7d30ed28cb44574c24243a385633ebf3a424a837..3e12e7678657891c8ab2944e0e9de648327a6de3 100644 (file)
@@ -1517,7 +1517,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``,