summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-09 22:34:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-09 22:34:58 (GMT)
commitf46e612e335d1b21e2e5c1d8dd6fdbf057c78606 (patch)
treeea84e8dc95b6b6f3891814cca2f9820aa69721c1 /Doc/library/re.rst
parent5510d821d3cd36e25cb0fbd4fb36299966be2535 (diff)
downloadcpython-f46e612e335d1b21e2e5c1d8dd6fdbf057c78606.zip
cpython-f46e612e335d1b21e2e5c1d8dd6fdbf057c78606.tar.gz
cpython-f46e612e335d1b21e2e5c1d8dd6fdbf057c78606.tar.bz2
repair versionadded directive
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r--Doc/library/re.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index df5b547..61f62b3 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -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