http://hg.python.org/cpython/rev/b33f9b3a1675 changeset: 85805:b33f9b3a1675 branch: 3.3 parent: 85803:c3df31cbcd0a user: Benjamin Peterson <benjamin at python.org> date: Thu Sep 26 23:42:53 2013 -0400 summary: fix my absurd spelling files: Misc/NEWS | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,7 @@ ----------------- - 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. -- Repository URL: http://hg.python.org/cpython