mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey.
This commit is contained in:
@@ -433,8 +433,8 @@ form.
|
||||
.. function:: compile(pattern, flags=0)
|
||||
|
||||
Compile a regular expression pattern into a regular expression object, which
|
||||
can be used for matching using its :func:`match` and :func:`search` methods,
|
||||
described below.
|
||||
can be used for matching using its :func:`~RegexObject.match` and
|
||||
:func:`~RegexObject.search` methods, described 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
|
||||
|
||||
Reference in New Issue
Block a user