Skip to content

Commit

Permalink
pythongh-114332: Fix the flags reference for re.compile() (python…
Browse files Browse the repository at this point in the history
…#114334)

The pythonGH-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 <[email protected]>
  • Loading branch information
2 people authored and aisk committed Feb 11, 2024
1 parent bd76645 commit 393dc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/re.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ::

Expand Down

0 comments on commit 393dc62

Please sign in to comment.