[Python-checkins] cpython (3.1): Change markup so that it creates a link
eric.araujo
python-checkins at python.org
Wed Apr 27 16:39:06 CEST 2011
http://hg.python.org/cpython/rev/5ee5d60b605d
changeset: 69625:5ee5d60b605d
branch: 3.1
user: Éric Araujo <merwok at netwok.org>
date: Mon Apr 25 19:05:53 2011 +0200
summary:
Change markup so that it creates a link
files:
Doc/library/wsgiref.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst
--- a/Doc/library/wsgiref.rst
+++ b/Doc/library/wsgiref.rst
@@ -664,7 +664,7 @@
.. attribute:: BaseHandler.wsgi_file_wrapper
A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
- attribute is the :class:`FileWrapper` class from :mod:`wsgiref.util`.
+ attribute is the :class:`wsgiref.util.FileWrapper` class.
.. method:: BaseHandler.sendfile()
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list