diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-25 17:05:53 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-25 17:05:53 (GMT) |
commit | 16190c8236f6d154507353850916cd49292cc720 (patch) | |
tree | dd7247f8acc825442f79cfd9928b815f46f5ab59 /Doc/library/wsgiref.rst | |
parent | 2bad92d31076118d1e9aad1b8fb8a24b03a18f00 (diff) | |
download | cpython-16190c8236f6d154507353850916cd49292cc720.zip cpython-16190c8236f6d154507353850916cd49292cc720.tar.gz cpython-16190c8236f6d154507353850916cd49292cc720.tar.bz2 |
Change markup so that it creates a link
Diffstat (limited to 'Doc/library/wsgiref.rst')
-rw-r--r-- | Doc/library/wsgiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index fda9e70..231449c 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() |