[Python-checkins] cpython (2.7): fix "Title underline too short" sphinx warning

sandro.tosi python-checkins at python.org
Sun Dec 25 17:14:41 CET 2011


http://hg.python.org/cpython/rev/43808e022444
changeset:   74173:43808e022444
branch:      2.7
parent:      74170:79ca3246dac2
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 17:13:10 2011 +0100
summary:
  fix "Title underline too short" sphinx warning

files:
  Doc/library/subprocess.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list