mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Give people who run "pydoc re" a clue.
This commit is contained in:
parent
008a36ac20
commit
1e6ada0533
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue