summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.