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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e6ada05334c877bf21ea7bb585458485f2814e6;p=python Give people who run "pydoc re" a clue. --- 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