diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-07-07 16:07:08 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-07-07 16:07:21 -0400 |
commit | 6b6bdb354252830a1a099c92cb98064337240a1a (patch) | |
tree | 22eef94acffe2024a57e02286497a231cf252894 | |
parent | b33caa64189f3fdbbabe4b381460b7610025aa6b (diff) | |
download | sqlalchemy-6b6bdb354252830a1a099c92cb98064337240a1a.tar.gz |
- fix typo
Change-Id: Ie66d419a5188529a64fcb2e2463c15c26863889f
-rw-r--r-- | lib/sqlalchemy/sql/type_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/type_api.py b/lib/sqlalchemy/sql/type_api.py index 0297e2c49..ab12f4435 100644 --- a/lib/sqlalchemy/sql/type_api.py +++ b/lib/sqlalchemy/sql/type_api.py @@ -793,7 +793,7 @@ class TypeDecorator(SchemaEventTarget, TypeEngine): return an empty tuple, in which case no values will be coerced to constants. - ..versionadded:: 0.8.2 + .. versionadded:: 0.8.2 Added :attr:`.TypeDecorator.coerce_to_is_types` to allow for easier control of ``__eq__()`` ``__ne__()`` operations. |