From: Mike Bayer Date: Thu, 7 Jul 2016 20:07:08 +0000 (-0400) Subject: - fix typo X-Git-Tag: rel_1_1_0b3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6bdb354252830a1a099c92cb98064337240a1a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix typo Change-Id: Ie66d419a5188529a64fcb2e2463c15c26863889f --- diff --git a/lib/sqlalchemy/sql/type_api.py b/lib/sqlalchemy/sql/type_api.py index 0297e2c491..ab12f44357 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.