]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
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

index 5bb93390aa5f79cd3bee6dcba09673bf270cfa9f..0a8c88b50cdeec5a2955a55562aa30cecf420ca4 100644 (file)
@@ -880,8 +880,8 @@ Functions
    below.
 
    The expression's behaviour can be modified by specifying a *flags* value.
-   Values can be any of the following variables, combined using bitwise OR (the
-   ``|`` operator).
+   Values can be any of the `flags`_ variables, combined using bitwise OR
+   (the ``|`` operator).
 
    The sequence ::