fix contextlib.ExitStack typo in 3.3's whatsnew.rst

This commit is contained in:
Giampaolo Rodola' 2012-09-25 12:00:04 -07:00
parent 3095f4724e
commit 15c8849001
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ collections classes. Aliases for ABCs are still present in the
contextlib
----------
:class:`~collections.ExitStack` now provides a solid foundation for
:class:`~contextlib.ExitStack` now provides a solid foundation for
programmatic manipulation of context managers and similar cleanup
functionality. Unlike the previous ``contextlib.nested`` API (which was
deprecated and removed), the new API is designed to work correctly