summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/subprocess.rst2
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