summaryrefslogtreecommitdiffstats
path: root/Lib/re.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-04 19:10:20 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-04 19:10:20 (GMT)
commitb8f22749853cf79bfbe3709309e67d1a448f4cab (patch)
tree3c929ad149f67a924b63719913b3620b62e81388 /Lib/re.py
parent6c0f20088f81d9d84124c265d58a2a8e7d47b059 (diff)
downloadcpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.zip
cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.tar.gz
cpython-b8f22749853cf79bfbe3709309e67d1a448f4cab.tar.bz2
Added docstrings by Neal Norwitz. This closes SF bug #450980.
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/re.py b/Lib/re.py
index b125b20..bfd6991 100644
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -1,6 +1,5 @@
-#
-# Minimal "re" compatibility wrapper
-#
+"""Minimal "re" compatibility wrapper"""
+
# If your regexps don't work well under 2.0b1, you can switch
# to the old engine ("pre") down below.
#