Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5510d82 commit f46e612Copy full SHA for f46e612
1 file changed
Doc/library/re.rst
@@ -245,7 +245,7 @@ The special characters are:
245
(dot matches all), and :const:`re.X` (verbose), for the part of the
246
expression. (The flags are described in :ref:`contents-of-module-re`.)
247
248
- .. versionadded: 3.7
+ .. versionadded:: 3.7
249
250
``(?P<name>...)``
251
Similar to regular parentheses, but the substring matched by the group is
0 commit comments