From 44585bd3478d91ebc73898d55baf5800617a7dc0 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 25 Dec 2011 17:13:10 +0100 Subject: [PATCH] fix "Title underline too short" sphinx warning --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3