diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-05-25 14:27:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-05-25 14:27:43 (GMT) |
commit | 8a021009ea5097dc7914d64b075f95133c15a58f (patch) | |
tree | 522a4219c9cffe6ff2b0975a4b9cc891b2ca101d | |
parent | 81b21d77668520f34f288fd21b8dc47809316c77 (diff) | |
download | cpython-8a021009ea5097dc7914d64b075f95133c15a58f.zip cpython-8a021009ea5097dc7914d64b075f95133c15a58f.tar.gz cpython-8a021009ea5097dc7914d64b075f95133c15a58f.tar.bz2 |
wrap at 80 chars
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -823,7 +823,8 @@ Tests C-API ----- -- PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with Mercurial. +- PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with + Mercurial. Documentation ------------- |