From: Eli Bendersky <eliben@gmail.com> Date: Sun, 26 Jan 2014 22:59:30 +0000 (-0800) Subject: Update docstring to mention correct PEP number. X-Git-Tag: v3.4.0rc1~229^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a09daef09e787809dad237b9908e784cd0b014c1;p=python 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. --- diff --git a/Lib/wsgiref/__init__.py b/Lib/wsgiref/__init__.py index 46c579f8ec..1efbba01a3 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: