]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114332: Fix the flags reference for ``re.compile()`` (GH-114334) (#114339)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jan 2024 11:23:37 +0000 (12:23 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2024 11:23:37 +0000 (11:23 +0000)
commit7a56df126664cbb50b2ca0983d996528df2c0728
tree626e3f6282441387e23d6d90330ec1dc2883037b
parent6279b2dc15e76105dd641a054fd71a8ce921b6de
[3.12] gh-114332: Fix the flags reference for ``re.compile()`` (GH-114334) (#114339)

gh-114332: Fix the flags reference for ``re.compile()`` (GH-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.

(cherry picked from commit 567a85e9c15a3f7848330ae7bef3de2f70fc9f97)

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