]> granicus.if.org Git - python/commitdiff
Give people who run "pydoc re" a clue.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 31 Jan 2003 00:35:58 +0000 (00:35 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 31 Jan 2003 00:35:58 +0000 (00:35 +0000)
Lib/re.py

index b91aec7e0d92a4b69401e2909921ef9307911872..f1cbe2c1264995d14304609dcb2e02a9fc060a22 100644 (file)
--- 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