summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/re.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 07e57f1..61aaf14 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -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 ::