From a09daef09e787809dad237b9908e784cd0b014c1 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 26 Jan 2014 14:59:30 -0800 Subject: [PATCH] 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. --- Lib/wsgiref/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/wsgiref/__init__.py b/Lib/wsgiref/__init__.py index 46c579f8ece..1efbba01a30 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: