From: Neil Schemenauer Date: Fri, 31 Jan 2003 00:35:58 +0000 (+0000) Subject: Give people who run "pydoc re" a clue. X-Git-Tag: v2.3c1~2168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e6ada05334c877bf21ea7bb585458485f2814e6;p=thirdparty%2FPython%2Fcpython.git Give people who run "pydoc re" a clue. --- diff --git a/Lib/re.py b/Lib/re.py index b91aec7e0d92..f1cbe2c12649 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