]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114332: Fix the flags reference for ``re.compile()`` (#114334)
authorDavid H. Gutteridge <dhgutteridge@users.noreply.github.com>
Sat, 20 Jan 2024 11:17:41 +0000 (06:17 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 11:17:41 +0000 (11:17 +0000)
commit567a85e9c15a3f7848330ae7bef3de2f70fc9f97
tree95784428390793b38f41e5a283cb1c5f404ba326
parent1e610fb05fa4ba61a759b68461f1a9aed07622fc
gh-114332: Fix the flags reference for ``re.compile()`` (#114334)

The GH-93000 change set inadvertently caused a sentence in re.compile()
documentation to refer to details that no longer followed. Correct this
with a link to the Flags sub-subsection.

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Doc/library/re.rst