From: Benjamin Peterson Date: Wed, 31 Oct 2012 18:16:09 +0000 (-0400) Subject: fix spelling X-Git-Tag: v3.2.4rc1~390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37d2c99b2207a53a9cba3ac58dc82dab2356f5cb;p=thirdparty%2FPython%2Fcpython.git fix spelling --- diff --git a/Misc/NEWS b/Misc/NEWS index 44f5864d828e..9a18c13f6a8e 100644 --- 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.