diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 10:27:37 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 10:27:37 (GMT) |
commit | 1526ad166eee546d25ebd3cc32d8462ac40d3ae0 (patch) | |
tree | 90d92653fc596be7547bba03a78d09b9283a5c34 /Doc | |
parent | 3721fbc5dea79a05976018bcbc38f943ef4725e1 (diff) | |
download | cpython-1526ad166eee546d25ebd3cc32d8462ac40d3ae0.zip cpython-1526ad166eee546d25ebd3cc32d8462ac40d3ae0.tar.gz cpython-1526ad166eee546d25ebd3cc32d8462ac40d3ae0.tar.bz2 |
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/subprocess.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 19a29cb..cc8085f 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -239,7 +239,7 @@ These options, along with all of the other options, are described in more detail in the :class:`Popen` constructor documentation. -Popen Constuctor +Popen Constructor ^^^^^^^^^^^^^^^^ The underlying process creation and management in this module is handled by |