From f8716c88f13f035c126fc1db499ae0ea309c7ece Mon Sep 17 00:00:00 2001 From: Cheryl Sabella Date: Sat, 13 Apr 2019 08:01:15 -0400 Subject: [PATCH] bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) --- Lib/wsgiref/validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/wsgiref/validate.py b/Lib/wsgiref/validate.py index 1c00bde220..48ac007054 100644 --- a/Lib/wsgiref/validate.py +++ b/Lib/wsgiref/validate.py @@ -77,7 +77,7 @@ Some of the things this checks: * That wsgi.input is used properly: - - .read() is called with zero or one argument + - .read() is called with exactly one argument - That it returns a string -- 2.50.1