Typo fix.

This commit is contained in:
Mark Dickinson 2009-02-12 17:55:42 +00:00
parent dbe3bfbb30
commit 39c6f7f123
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ Library
- Issue #4998: The memory saving effect of __slots__ had been lost on Fractions - 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 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 - Issue #3321: _multiprocessing.Connection() doesn't check handle; added checks
for *nix machines for negative handles and large int handles. Without this check for *nix machines for negative handles and large int handles. Without this check