]> 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:45 +0000 (09:12 -0500)
(cherry picked from commit f9753f5c8f7c4427fa7b21076d3f46177afbfcd0)

lib/sqlalchemy/sql/sqltypes.py

index d25622e33c66e6ca345b4919a0bca5953185880d..ab05baebeaa38c421c303610a956e78c960bc992 100644 (file)
@@ -1643,7 +1643,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``,