From c40ddae84cd7762dcb5f5f2445d8ea65add89974 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 31 Oct 2012 14:16:09 -0400 Subject: fix spelling --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index fc8c838..43f1a8f 100644 --- 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. -- cgit v0.12