From f46e612e335d1b21e2e5c1d8dd6fdbf057c78606 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 9 Sep 2016 15:34:58 -0700 Subject: repair versionadded directive --- Doc/library/re.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...)`` Similar to regular parentheses, but the substring matched by the group is -- cgit v0.12