From: Mark Dickinson Date: Thu, 12 Feb 2009 17:55:42 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.7a1~2045 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39c6f7f123d77bb3b9fde19ca0e56559f9521987;p=python Typo fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 520edda205..183c21f84b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -257,7 +257,7 @@ Library - Issue #4998: The memory saving effect of __slots__ had been lost on Fractions which inherited from numbers.py which did not have __slots__ defined. The - numbers heirarchy now has its own __slots__ declarations. + numbers hierarchy now has its own __slots__ declarations. - Issue #3321: _multiprocessing.Connection() doesn't check handle; added checks for *nix machines for negative handles and large int handles. Without this check