summaryrefslogtreecommitdiffstats
path: root/Lib/re.py
diff options
context:
space:
mode:
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.
#