]> granicus.if.org Git - python/commitdiff
change word
authorBenjamin Peterson <benjamin@python.org>
Wed, 17 Aug 2011 17:05:13 +0000 (12:05 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 17 Aug 2011 17:05:13 +0000 (12:05 -0500)
Misc/NEWS

index e30a3cb627b24a625d82de04916f1361c8fd74a1..06e44836bd9dd5de3e31e1f4d6c31e85fb27974f 100644 (file)
--- 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.