[Python-checkins] cpython: fix typo in what's new in 3.4

victor.stinner python-checkins at python.org
Mon Oct 21 13:28:44 CEST 2013


http://hg.python.org/cpython/rev/10dbe5591e62
changeset:   86548:10dbe5591e62
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Oct 21 13:27:11 2013 +0200
summary:
  fix typo in what's new in 3.4

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


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -271,7 +271,7 @@
 statement. (Contributed by Raymond Hettinger in :issue:`15806` and
 Zero Piraeus in :issue:`19266`)
 
-The new :class:`contextlib.redirect_stdio` context manager makes it easier
+The new :func:`contextlib.redirect_stdout` context manager makes it easier
 for utility scripts to handle inflexible APIs that don't provide any
 options to retrieve their output as a string or direct it to somewhere
 other than :data:`sys.stdout`. In conjunction with :class:`io.StringIO`,

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


More information about the Python-checkins mailing list