From: Benjamin Peterson Date: Fri, 27 Sep 2013 03:42:53 +0000 (-0400) Subject: fix my absurd spelling X-Git-Tag: v3.4.0a3~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eecdd77c6bfb26143319f061e93713c070911d0d;p=thirdparty%2FPython%2Fcpython.git fix my absurd spelling --- diff --git a/Misc/NEWS b/Misc/NEWS index e7910f3365f0..78b923d0eb4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,7 @@ Core and Builtins ----------------- - Issue #19098: Prevent overflow in the compiler when the recursion limit is set - absurbly high. + absurdly high. - Issue #18942: sys._debugmallocstats() output was damaged on Windows.