From: Sandro Tosi Date: Sun, 25 Dec 2011 16:14:11 +0000 (+0100) Subject: fix "Title underline too short" sphinx warning X-Git-Tag: v3.2.3rc1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e6c814b9d38abb7cb02bd228bceb6e3c51b27d7;p=thirdparty%2FPython%2Fcpython.git fix "Title underline too short" sphinx warning --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index cc8085f63886..97c0e03183af 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