mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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>
This commit is contained in:
parent
1e610fb05f
commit
567a85e9c1
1 changed files with 2 additions and 2 deletions
|
@ -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 ::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue