From: Cheryl Sabella Date: Sat, 13 Apr 2019 12:01:15 +0000 (-0400) Subject: bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) X-Git-Tag: v3.8.0a4~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8716c88f13f035c126fc1db499ae0ea309c7ece;p=thirdparty%2FPython%2Fcpython.git bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663) --- diff --git a/Lib/wsgiref/validate.py b/Lib/wsgiref/validate.py index 1c00bde220e7..48ac0070549b 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