summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-09-25 19:23:49 (GMT)
committerBrett Cannon <brett@python.org>2012-09-25 19:23:49 (GMT)
commit847bb76f18b8b0059bcd3ee8cb428069ca7932ec (patch)
tree220207beb5a917e1147a2749697c236df9458ae1 /Doc/whatsnew
parent288717a2ac9500759f3c82a32b907633ec8782c4 (diff)
parentf6b30385ccd7be11628670357d8434e16226594c (diff)
downloadcpython-847bb76f18b8b0059bcd3ee8cb428069ca7932ec.zip
cpython-847bb76f18b8b0059bcd3ee8cb428069ca7932ec.tar.gz
cpython-847bb76f18b8b0059bcd3ee8cb428069ca7932ec.tar.bz2
merge
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index ef8f15c..b7a8c46 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