From: Mike Bayer Date: Thu, 7 Jul 2016 20:07:08 +0000 (-0400) Subject: - fix typo X-Git-Tag: rel_1_0_15~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4633e301b0670e2e0b79e354b2cdf693b5064de8;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 7b1bfcb92d..b27436d6a8 100644 --- a/lib/sqlalchemy/sql/type_api.py +++ b/lib/sqlalchemy/sql/type_api.py @@ -720,7 +720,7 @@ class TypeDecorator(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.