From 6802c6e764a55cd7146cafae4aeb6902e6bfb7e9 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Wed, 2 Jul 2003 14:36:59 +0000 Subject: fixed typo in comment --- Lib/test/test_re.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12