mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
repair versionadded directive
This commit is contained in:
parent
5510d821d3
commit
f46e612e33
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue