[Python-checkins] cpython: Fix markup for versionchanged sphinx directive.

senthil.kumaran python-checkins at python.org
Sun Jul 8 10:32:37 CEST 2012


http://hg.python.org/cpython/rev/3a47aa5b3285
changeset:   77990:3a47aa5b3285
parent:      77987:18c1d4d60bdf
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Jul 08 01:32:57 2012 -0700
summary:
  Fix markup for versionchanged sphinx directive.

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


diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst
--- a/Doc/library/wsgiref.rst
+++ b/Doc/library/wsgiref.rst
@@ -610,10 +610,8 @@
       servers.
 
       .. versionchanged:: 3.3
-
-      The term "Python" is replaced with implementation specific term like
-      "CPython", "Jython" etc.
-
+         The term "Python" is replaced with implementation specific term like
+         "CPython", "Jython" etc.
 
    .. method:: BaseHandler.get_scheme()
 

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


More information about the Python-checkins mailing list