[Python-checkins] cpython (3.2): fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@

sandro.tosi python-checkins at python.org
Sun Dec 25 11:37:01 CET 2011


http://hg.python.org/cpython/rev/e50af83296fd
changeset:   74165:e50af83296fd
branch:      3.2
parent:      74162:2f1f2b0c9d63
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 11:27:37 2011 +0100
summary:
  fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@

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


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -239,7 +239,7 @@
 detail in the :class:`Popen` constructor documentation.
 
 
-Popen Constuctor
+Popen Constructor
 ^^^^^^^^^^^^^^^^
 
 The underlying process creation and management in this module is handled by

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


More information about the Python-checkins mailing list