diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-19 04:02:24 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-19 04:02:24 (GMT) |
commit | 4f996449bf9364f9c21fa6bfb0e8363e96987179 (patch) | |
tree | e1225264188115ce16cc8a26a98c00efebd63704 | |
parent | 5e2d5df477eb244be657a942bdc863bce264d446 (diff) | |
download | cpython-4f996449bf9364f9c21fa6bfb0e8363e96987179.zip cpython-4f996449bf9364f9c21fa6bfb0e8363e96987179.tar.gz cpython-4f996449bf9364f9c21fa6bfb0e8363e96987179.tar.bz2 |
Fix typo
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |