summaryrefslogtreecommitdiff
path: root/Lib/re.py
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2003-01-31 00:35:58 +0000
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2003-01-31 00:35:58 +0000
commit1e6ada05334c877bf21ea7bb585458485f2814e6 (patch)
tree8fb2911219af6f22b66ce7cc4afcba7307a6ce87 /Lib/re.py
parent008a36ac20766bc16531827399cbb7409a5f210b (diff)
downloadcpython-git-1e6ada05334c877bf21ea7bb585458485f2814e6.tar.gz
Give people who run "pydoc re" a clue.
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