Skip to content

Commit

Permalink
pythongh-99308: Fix missing dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 30, 2022
1 parent 0aa2260 commit 65b9453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/re.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ Functions
.. versionchanged:: 3.12
Group *id* can only contain ASCII digits.
In :class:`bytes` replacement strings, group *name* can only contain bytes
in the ASCII range (``b'\x00'``-``b'\x7f'``)
in the ASCII range (``b'\x00'``-``b'\x7f'``).


.. function:: subn(pattern, repl, string, count=0, flags=0)
Expand Down

0 comments on commit 65b9453

Please sign in to comment.