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

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


http://hg.python.org/cpython/rev/eea6b76eb2fc
changeset:   74164:eea6b76eb2fc
branch:      2.7
parent:      74161:ae5a0aa39e77
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 11:27:22 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
@@ -233,7 +233,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