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

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


http://hg.python.org/cpython/rev/1f268d1b3a10
changeset:   80114:1f268d1b3a10
branch:      3.2
parent:      80110:dc47b093d2a4
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
@@ -11,7 +11,7 @@
 -----------------
 
 - 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.

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


More information about the Python-checkins mailing list