From 15c88490011743585134436c7ca0f5186e5dd2a3 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola' Date: Tue, 25 Sep 2012 12:00:04 -0700 Subject: fix contextlib.ExitStack typo in 3.3's whatsnew.rst --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index c1c6642..8208f07 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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 -- cgit v0.12