]> granicus.if.org Git - python/commitdiff
repair versionadded directive
authorBenjamin Peterson <benjamin@python.org>
Fri, 9 Sep 2016 22:34:58 +0000 (15:34 -0700)
committerBenjamin Peterson <benjamin@python.org>
Fri, 9 Sep 2016 22:34:58 +0000 (15:34 -0700)
Doc/library/re.rst

index df5b547ffc8bc4d473a2048b2ccc8979d895e424..61f62b3491fbb52bb2fd7d677b0a4ab1cf34b991 100644 (file)
@@ -245,7 +245,7 @@ The special characters are:
    (dot matches all), and :const:`re.X` (verbose), for the part of the
    expression.  (The flags are described in :ref:`contents-of-module-re`.)
 
-   .. versionadded: 3.7
+   .. versionadded:: 3.7
 
 ``(?P<name>...)``
    Similar to regular parentheses, but the substring matched by the group is