diff options
| author | Federico Caselli <CaselIT@users.noreply.github.com> | 2020-03-04 13:48:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 13:48:30 +0100 |
| commit | f9753f5c8f7c4427fa7b21076d3f46177afbfcd0 (patch) | |
| tree | 32bbb61f4e3de9617b73e397365caa584aa38d47 /lib/sqlalchemy/sql | |
| parent | 4c81d99bab0e884473abfcb573772aa5d94264c7 (diff) | |
| download | sqlalchemy-f9753f5c8f7c4427fa7b21076d3f46177afbfcd0.tar.gz | |
fix typo in PickleType documentation
Diffstat (limited to 'lib/sqlalchemy/sql')
| -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``, |
