summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-19 19:32:39 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-10-19 19:32:39 (GMT)
commit3bb8be6d78130dfcf49c4860f0009300508ff92b (patch)
tree90596cfdab8b6969ee3ae7f6b4abeace9a8d2e06 /Misc
parent1a129c882cbe2f3b51babc047b08d9266634de2b (diff)
parent784cd4cc543f3685bee3b5e65e78ad5b68d77e04 (diff)
downloadcpython-3bb8be6d78130dfcf49c4860f0009300508ff92b.zip
cpython-3bb8be6d78130dfcf49c4860f0009300508ff92b.tar.gz
cpython-3bb8be6d78130dfcf49c4860f0009300508ff92b.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 178a0b3..8774334 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1455,7 +1455,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.