[Python-checkins] cpython: fix contextlib.ExitStack typo in 3.3's whatsnew.rst

giampaolo.rodola python-checkins at python.org
Tue Sep 25 21:00:12 CEST 2012


http://hg.python.org/cpython/rev/2012e5e10147
changeset:   79180:2012e5e10147
user:        Giampaolo Rodola' <g.rodola at gmail.com>
date:        Tue Sep 25 12:00:04 2012 -0700
summary:
  fix contextlib.ExitStack typo in 3.3's whatsnew.rst

files:
  Doc/whatsnew/3.3.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1079,7 +1079,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list