diff options
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 4d584bb..78fa86c 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -233,7 +233,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 |