From: Just van Rossum Date: Wed, 2 Jul 2003 14:36:59 +0000 (+0000) Subject: fixed typo in comment X-Git-Tag: v2.3c1~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6802c6e764a55cd7146cafae4aeb6902e6bfb7e9;p=thirdparty%2FPython%2Fcpython.git fixed typo in comment --- diff --git a/Lib/test/test_re.py b/Lib/test/test_re.py index 1847c64e2e0a..50d7ed4339b3 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.