From 37d2c99b2207a53a9cba3ac58dc82dab2356f5cb Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 31 Oct 2012 14:16:09 -0400 Subject: [PATCH] fix spelling --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 44f5864d82..9a18c13f6a 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. -- 2.49.0