diff options
-rw-r--r-- | lib/sqlalchemy/sql/sqltypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/sqltypes.py b/lib/sqlalchemy/sql/sqltypes.py index e4a029a3e..2d6b44299 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``, |