[Python-checkins] peps: PEP 446: Fix typo reported by Zhou Keyang

victor.stinner python-checkins at python.org
Sun Feb 22 23:49:24 CET 2015


https://hg.python.org/peps/rev/421f9453e07a
changeset:   5703:421f9453e07a
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Feb 22 23:49:15 2015 +0100
summary:
  PEP 446: Fix typo reported by Zhou Keyang

files:
  pep-0446.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0446.txt b/pep-0446.txt
--- a/pep-0446.txt
+++ b/pep-0446.txt
@@ -533,7 +533,7 @@
 ``os.dup2()`` behaves differently than ``os.dup()`` because the most
 common use case of ``os.dup2()`` is to replace the file descriptors of
 the standard streams: ``stdin`` (``0``), ``stdout`` (``1``) and
-``stdout`` (``2``). Standard streams are expected to be inherited by
+``stderr`` (``2``). Standard streams are expected to be inherited by
 child processes.
 
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list