summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2003-07-02 14:36:59 (GMT)
committerJust van Rossum <just@letterror.com>2003-07-02 14:36:59 (GMT)
commit6802c6e764a55cd7146cafae4aeb6902e6bfb7e9 (patch)
tree15343c3c52af1d63006db89cc92d8ff585b2f3bc /Lib/test
parent629dd99802cbce684adcf107351bd0b5586273c7 (diff)
downloadcpython-6802c6e764a55cd7146cafae4aeb6902e6bfb7e9.zip
cpython-6802c6e764a55cd7146cafae4aeb6902e6bfb7e9.tar.gz
cpython-6802c6e764a55cd7146cafae4aeb6902e6bfb7e9.tar.bz2
fixed typo in comment
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_re.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py
index 1847c64..50d7ed4 100644
--- a/Lib/test/test_re.py
+++ b/Lib/test/test_re.py
@@ -8,7 +8,7 @@ import sys, os, traceback
# Misc tests from Tim Peters' re.doc
-# WARNING: Don't change deteails in these tests if you don't know
+# WARNING: Don't change details in these tests if you don't know
# what you're doing. Some of these tests were carefuly modeled to
# cover most of the code.