summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-22 14:51:03 -0700
committerSteve Piercy <web@stevepiercy.com>2018-09-22 14:51:03 -0700
commitcf5e04e2ed2de6de9ba7b35824bc2920c753bc1b (patch)
tree55467fe825a48c3044bfed1a737e51ce0af0b8a7 /docs
parent88248b8b4348dd55696ed62000076611e835af89 (diff)
downloadwaitress-cf5e04e2ed2de6de9ba7b35824bc2920c753bc1b.tar.gz
Correct one is PEP 3333
Diffstat (limited to 'docs')
-rw-r--r--docs/filewrapper.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/filewrapper.rst b/docs/filewrapper.rst
index c0d534a..e682046 100644
--- a/docs/filewrapper.rst
+++ b/docs/filewrapper.rst
@@ -1,7 +1,7 @@
Support for ``wsgi.file_wrapper``
---------------------------------
-Waitress supports the Python Web Server Gateway Interface v1.0 as specified in :pep:`333`. Here's a usage example:
+Waitress supports the Python Web Server Gateway Interface v1.0 as specified in :pep:`3333`. Here's a usage example:
.. code-block:: python