summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-27 03:42:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-09-27 03:42:53 (GMT)
commiteecdd77c6bfb26143319f061e93713c070911d0d (patch)
tree41167c6bcad5b4e089f5e86c4a2e23386bd93110
parent305e5aac85d8350ef8501b5e53b91555b3d75b84 (diff)
downloadcpython-eecdd77c6bfb26143319f061e93713c070911d0d.zip
cpython-eecdd77c6bfb26143319f061e93713c070911d0d.tar.gz
cpython-eecdd77c6bfb26143319f061e93713c070911d0d.tar.bz2
fix my absurd spelling
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7910f3..78b923d 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.