From: Federico Caselli Date: Wed, 4 Mar 2020 12:48:30 +0000 (+0100) Subject: fix typo in PickleType documentation X-Git-Tag: rel_1_4_0b1~488^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9753f5c8f7c4427fa7b21076d3f46177afbfcd0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in PickleType documentation --- diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py index e4a029a3e3..2d6b442991 100644 --- a/lib/sqlalchemy/sql/sqltypes.py +++ b/lib/sqlalchemy/sql/sqltypes.py @@ -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``,