summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-17 12:05:13 -0500
committerBenjamin Peterson <benjamin@python.org>2011-08-17 12:05:13 -0500
commitc77239613ba08878f07fac5e23ea60fbcf386a06 (patch)
tree4032fe70b688b093965b4641aab14dba2aa68733
parent01fc6cd056ba5b389af55c58d46fbe1a33767d0c (diff)
downloadcpython-git-c77239613ba08878f07fac5e23ea60fbcf386a06.tar.gz
change word
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e30a3cb627..06e44836bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,7 +26,7 @@ Core and Builtins
- Make type(None), type(Ellipsis), and type(NotImplemented) callable. They
return the respective singleton instances.
-- Forbid summing bytes in sum().
+- Forbid summing bytes with sum().
- Verify the types of AST strings and identifiers provided by the user before
compiling them.