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

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


http://hg.python.org/cpython/rev/ed9a8a5dcf7a
changeset:   74174:ed9a8a5dcf7a
branch:      3.2
parent:      74171:15713292e79c
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sun Dec 25 17:14:11 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
@@ -240,7 +240,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