summaryrefslogtreecommitdiff
path: root/Doc/library/wsgiref.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-25 19:05:53 +0200
committerÉric Araujo <merwok@netwok.org>2011-04-25 19:05:53 +0200
commit16190c8236f6d154507353850916cd49292cc720 (patch)
treedd7247f8acc825442f79cfd9928b815f46f5ab59 /Doc/library/wsgiref.rst
parent2bad92d31076118d1e9aad1b8fb8a24b03a18f00 (diff)
downloadcpython-git-16190c8236f6d154507353850916cd49292cc720.tar.gz
Change markup so that it creates a link
Diffstat (limited to 'Doc/library/wsgiref.rst')
-rw-r--r--Doc/library/wsgiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst
index fda9e70e5c..231449ce9f 100644
--- a/Doc/library/wsgiref.rst
+++ b/Doc/library/wsgiref.rst
@@ -664,7 +664,7 @@ input, output, and error streams.
.. 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()