Commit 15c88490 authored by Giampaolo Rodola's avatar Giampaolo Rodola

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

parent 3095f472
...@@ -1079,7 +1079,7 @@ collections classes. Aliases for ABCs are still present in the ...@@ -1079,7 +1079,7 @@ collections classes. Aliases for ABCs are still present in the
contextlib 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 programmatic manipulation of context managers and similar cleanup
functionality. Unlike the previous ``contextlib.nested`` API (which was functionality. Unlike the previous ``contextlib.nested`` API (which was
deprecated and removed), the new API is designed to work correctly deprecated and removed), the new API is designed to work correctly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment