]> granicus.if.org Git - python/commitdiff
Fix typo
authorÉric Araujo <merwok@netwok.org>
Wed, 19 Oct 2011 04:02:24 +0000 (06:02 +0200)
committerÉric Araujo <merwok@netwok.org>
Wed, 19 Oct 2011 04:02:24 +0000 (06:02 +0200)
Misc/NEWS

index 3d77bbfee9ff26f1befa4439ab60a580a6f12691..d29c9e32631f5d5a83b6e30f96757672750daa6f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1448,7 +1448,7 @@ Tests
   the amount of time needed to run the tests. "make test" and "make quicktest"
   now include some resource-intensive tests, but no longer run the test suite
   twice to check for bugs in .pyc generation. Tools/scripts/run_test.py provides
-  as an easy platform-independent way to run test suite with sensible defaults.
+  an easy platform-independent way to run test suite with sensible defaults.
 
 - Issue #12331: The test suite for the packaging module can now run from an
   installed Python.