From 4f996449bf9364f9c21fa6bfb0e8363e96987179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 19 Oct 2011 06:02:24 +0200 Subject: [PATCH] Fix typo --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 3d77bbfee9f..d29c9e32631 100644 --- 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.