From c77239613ba08878f07fac5e23ea60fbcf386a06 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 17 Aug 2011 12:05:13 -0500 Subject: change word --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index e30a3cb..06e4483 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. -- cgit v0.12