]> 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 fc8c838c0e09b49ab874622842ab51b970a68bc4..43f1a8f2610fda1904f22b371b4449f62cb4ebc0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
   in string formatting operations.
 
 - 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 #6074: Ensure cached bytecode files can always be updated by the
   user that created them, even when the source file is read-only.