[Python-checkins] cpython: repair versionadded directive

benjamin.peterson python-checkins at python.org
Fri Sep 9 18:35:40 EDT 2016


https://hg.python.org/cpython/rev/c635297e6642
changeset:   103486:c635297e6642
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 09 15:34:58 2016 -0700
summary:
  repair versionadded directive

files:
  Doc/library/re.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/re.rst b/Doc/library/re.rst
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -245,7 +245,7 @@
    (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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list