diff options
-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 78fa86cda4..274a6d9e51 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -234,7 +234,7 @@ detail in the :class:`Popen` constructor documentation. Popen Constructor -^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^ The underlying process creation and management in this module is handled by the :class:`Popen` class. It offers a lot of flexibility so that developers |