From: Sandro Tosi Date: Sun, 25 Dec 2011 16:13:10 +0000 (+0100) Subject: fix "Title underline too short" sphinx warning X-Git-Tag: v2.7.3rc1~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44585bd3478d91ebc73898d55baf5800617a7dc0;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 78fa86cda4d2..274a6d9e51fc 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