From: Éric Araujo Date: Mon, 25 Apr 2011 17:05:53 +0000 (+0200) Subject: Change markup so that it creates a link X-Git-Tag: v3.2.1b1~70^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16190c8236f6d154507353850916cd49292cc720;p=thirdparty%2FPython%2Fcpython.git Change markup so that it creates a link --- diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst index fda9e70e5c99..231449ce9f0a 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()