From 4633e301b0670e2e0b79e354b2cdf693b5064de8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 7 Jul 2016 16:07:08 -0400 Subject: [PATCH] - fix typo Change-Id: Ie66d419a5188529a64fcb2e2463c15c26863889f --- lib/sqlalchemy/sql/type_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3