Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f46e612

Browse files
committed
repair versionadded directive
1 parent 5510d82 commit f46e612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/re.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ The special characters are:
245245
(dot matches all), and :const:`re.X` (verbose), for the part of the
246246
expression. (The flags are described in :ref:`contents-of-module-re`.)
247247

248-
.. versionadded: 3.7
248+
.. versionadded:: 3.7
249249

250250
``(?P<name>...)``
251251
Similar to regular parentheses, but the substring matched by the group is

0 commit comments

Comments
 (0)