]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 26 Mar 2003 16:03:16 +0000 (16:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 26 Mar 2003 16:03:16 +0000 (16:03 +0000)
Misc/NEWS

index 0e2b01ee6452a1a9c82d0b99b44438ef4150bc94..0a674d2cfb16441a4914c783a448d2a61b3bb031 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -508,7 +508,7 @@ C API
 Tests
 -----
 
-- Several tests weren't being run rom regrtest.py (test_timeout.py,
+- Several tests weren't being run from regrtest.py (test_timeout.py,
   test_tarfile.py, test_netrc.py, test_multifile.py,
   test_importhooks.py and test_imp.py).  Now they are.  (Note to
   developers: please read Lib/test/README when creating a new test, to