commit | 44585bd3478d91ebc73898d55baf5800617a7dc0 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sun Dec 25 17:13:10 2011 +0100 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sun Dec 25 17:13:10 2011 +0100 |
tree | ca2ef33bf3de7231a7e1880b7158510e43c0f786 | |
parent | a4d06e7bc8c7bdb44e2023bb008a20fbf4ed6d5e [diff] |
fix "Title underline too short" sphinx warning
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 78fa86c..274a6d9 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst
@@ -234,7 +234,7 @@ 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