mirror of https://github.com/python/cpython
repair versionadded directive
This commit is contained in:
parent
5510d821d3
commit
f46e612e33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue