]> granicus.if.org Git - python/commitdiff
Typo fix.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 12 Feb 2009 17:55:42 +0000 (17:55 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 12 Feb 2009 17:55:42 +0000 (17:55 +0000)
Misc/NEWS

index 520edda205a447725a0e0c69e19846a1b0cd2c4e..183c21f84bc8d0f8b1de5edeafa9900ec6294929 100644 (file)
--- 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