diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-07-08 08:32:57 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-07-08 08:32:57 (GMT) |
commit | ac3f4f3133b269f4b292fcf3aba5e87141d4e35e (patch) | |
tree | 5ecbb7237ff377ef5a114506741d99c777867e1e /Doc/library/wsgiref.rst | |
parent | 297b143c6d118a30319d97c3de000d315f123fa3 (diff) | |
download | cpython-ac3f4f3133b269f4b292fcf3aba5e87141d4e35e.zip cpython-ac3f4f3133b269f4b292fcf3aba5e87141d4e35e.tar.gz cpython-ac3f4f3133b269f4b292fcf3aba5e87141d4e35e.tar.bz2 |
Fix markup for versionchanged sphinx directive.
Diffstat (limited to 'Doc/library/wsgiref.rst')
-rw-r--r-- | Doc/library/wsgiref.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index 531f4e4..1cef2e9 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() |