From 1e6ada05334c877bf21ea7bb585458485f2814e6 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Fri, 31 Jan 2003 00:35:58 +0000 Subject: Give people who run "pydoc re" a clue. --- Lib/re.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/re.py b/Lib/re.py index b91aec7..f1cbe2c 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 -- cgit v0.12