[Python-checkins] cpython (2.7): fix spelling

benjamin.peterson python-checkins at python.org
Wed Oct 31 19:24:25 CET 2012


http://hg.python.org/cpython/rev/eebb0072965f
changeset:   80117:eebb0072965f
branch:      2.7
parent:      80113:6a582cdfee41
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Oct 31 14:16:09 2012 -0400
summary:
  fix spelling

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@
   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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list