]> granicus.if.org Git - python/commitdiff
fix spelling
authorBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 18:16:09 +0000 (14:16 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 18:16:09 +0000 (14:16 -0400)
Misc/NEWS

index 44f5864d828ed39665d88cf4fbac7fdd3e95eb42..9a18c13f6a8e04ebf49cea83602aa619d07bc501 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@ Core and Builtins
 -----------------
 
 - Issue #16345: Fix an infinite loop when ``fromkeys`` on a dict subclass
-  recieved a nonempty dict from the constructor.
+  received a nonempty dict from the constructor.
 
 - Issue #16197: Update winreg docstrings and documentation to match code.
   Patch by Zachary Ware.