diff options
author | Eli Bendersky <eliben@gmail.com> | 2014-01-26 22:59:30 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2014-01-26 22:59:30 (GMT) |
commit | a09daef09e787809dad237b9908e784cd0b014c1 (patch) | |
tree | 57c9bec10429eca409c11bad3abac4b0b80462bf | |
parent | 6834a65773edf0898df664b48b191c828f80d174 (diff) | |
download | cpython-a09daef09e787809dad237b9908e784cd0b014c1.zip cpython-a09daef09e787809dad237b9908e784cd0b014c1.tar.gz cpython-a09daef09e787809dad237b9908e784cd0b014c1.tar.bz2 |
Update docstring to mention correct PEP number.
This file hasn't been touched since its initial commit in 2006. In CPython
default branch (3.4), the relevant PEP number is 3333.
-rw-r--r-- | Lib/wsgiref/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/wsgiref/__init__.py b/Lib/wsgiref/__init__.py index 46c579f..1efbba0 100644 --- a/Lib/wsgiref/__init__.py +++ b/Lib/wsgiref/__init__.py @@ -1,4 +1,4 @@ -"""wsgiref -- a WSGI (PEP 333) Reference Library +"""wsgiref -- a WSGI (PEP 3333) Reference Library Current Contents: |