Give people who run "pydoc re" a clue.

This commit is contained in:
Neil Schemenauer 2003-01-31 00:35:58 +00:00
parent 008a36ac20
commit 1e6ada0533
1 changed files with 1 additions and 1 deletions

View File

@ -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