diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:14:11 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:14:11 (GMT) |
commit | 3e6c814b9d38abb7cb02bd228bceb6e3c51b27d7 (patch) | |
tree | 5a30d92563f46e57a4c3c45b2b91d17948d359b8 /Doc | |
parent | 2b373b01464b8cf2f3d68269c16d19918ddfaf9d (diff) | |
download | cpython-3e6c814b9d38abb7cb02bd228bceb6e3c51b27d7.zip cpython-3e6c814b9d38abb7cb02bd228bceb6e3c51b27d7.tar.gz cpython-3e6c814b9d38abb7cb02bd228bceb6e3c51b27d7.tar.bz2 |
fix "Title underline too short" sphinx warning
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 cc8085f..97c0e03 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -240,7 +240,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 |