diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-08 14:53:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-08 14:53:29 (GMT) |
commit | fa4c59fa0cf3e9aad2b26f8c7790eb50b7003d6d (patch) | |
tree | 993897d6f0e302b9f797755e28994a37d8bfd838 | |
parent | eabdeba25e804bb8fb4d1ca13dd6f008763145d4 (diff) | |
download | cpython-fa4c59fa0cf3e9aad2b26f8c7790eb50b7003d6d.zip cpython-fa4c59fa0cf3e9aad2b26f8c7790eb50b7003d6d.tar.gz cpython-fa4c59fa0cf3e9aad2b26f8c7790eb50b7003d6d.tar.bz2 |
kill extra word
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ What's New in Python release candidate 2? Core and Builtins ----------------- -- In the unicode/str.format(), raise a ValueError when either indexes to - arguments are too large. +- In the unicode/str.format(), raise a ValueError when indexes to arguments are + too large. Library ------- |