From: Senthil Kumaran Date: Sun, 8 Jul 2012 08:32:57 +0000 (-0700) Subject: Fix markup for versionchanged sphinx directive. X-Git-Tag: v3.3.0b2~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac3f4f3133b269f4b292fcf3aba5e87141d4e35e;p=python Fix markup for versionchanged sphinx directive. --- diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index 531f4e4759..1cef2e9464 100644 --- a/Doc/library/wsgiref.rst +++ b/Doc/library/wsgiref.rst @@ -610,10 +610,8 @@ input, output, and error streams. 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()