]> granicus.if.org Git - python/commitdiff
fixed typo in comment
authorJust van Rossum <just@letterror.com>
Wed, 2 Jul 2003 14:36:59 +0000 (14:36 +0000)
committerJust van Rossum <just@letterror.com>
Wed, 2 Jul 2003 14:36:59 +0000 (14:36 +0000)
Lib/test/test_re.py

index 1847c64e2e0a5970d79d9f57de2df3614f7f4ed0..50d7ed4339b3e655ce2662a9eb1562671ff687f8 100644 (file)
@@ -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.