]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jul 2016 20:07:08 +0000 (16:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jul 2016 20:07:21 +0000 (16:07 -0400)
Change-Id: Ie66d419a5188529a64fcb2e2463c15c26863889f

lib/sqlalchemy/sql/type_api.py

index 0297e2c4912fa0a2096165f74d6c2ba4d521830c..ab12f443570d6a0cc3269c204e917846400a2536 100644 (file)
@@ -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.