summaryrefslogtreecommitdiff
path: root/Lib/re.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/re.py b/Lib/re.py
index b91aec7e0d..f1cbe2c126 100644
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -1,4 +1,4 @@
-"""Minimal "re" compatibility wrapper"""
+"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine = "sre" # Some apps might use this undocumented variable