summaryrefslogtreecommitdiffstats
path: root/Doc/library/wsgiref.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-05-31 04:39:00 (GMT)
committerGitHub <noreply@github.com>2018-05-31 04:39:00 (GMT)
commit0a36ac1a09587735237c5978ebd046313922869c (patch)
tree95a9ba44ac327cddbec5eb03dfb03cd1bc8f6551 /Doc/library/wsgiref.rst
parenta5c42284e69fb309bdd17ee8c1c120d1be383012 (diff)
downloadcpython-0a36ac1a09587735237c5978ebd046313922869c.zip
cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.gz
cpython-0a36ac1a09587735237c5978ebd046313922869c.tar.bz2
bpo-33641: Convert RFC references into links. (GH-7103)
85% of them are already links.
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 b0ef346..2d9b7b3 100644
--- a/Doc/library/wsgiref.rst
+++ b/Doc/library/wsgiref.rst
@@ -397,7 +397,7 @@ Paste" library.
Wrap *application* and return a new WSGI application object. The returned
application will forward all requests to the original *application*, and will
check that both the *application* and the server invoking it are conforming to
- the WSGI specification and to RFC 2616.
+ the WSGI specification and to :rfc:`2616`.
Any detected nonconformance results in an :exc:`AssertionError` being raised;
note, however, that how these errors are handled is server-dependent. For