]> granicus.if.org Git - python/commitdiff
fix my absurd spelling
authorBenjamin Peterson <benjamin@python.org>
Fri, 27 Sep 2013 03:42:53 +0000 (23:42 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 27 Sep 2013 03:42:53 +0000 (23:42 -0400)
Misc/NEWS

index e7910f3365f09f535aaff583c140f4606228027d..78b923d0eb4af39a96a0161b88b90f065f26857f 100644 (file)
--- 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.