]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Sat, 13 Apr 2019 12:01:15 +0000 (08:01 -0400)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2019 12:01:15 +0000 (08:01 -0400)
Lib/wsgiref/validate.py

index 1c00bde220e751655ba6c75bc9661d56550bc795..48ac0070549b3fa25090b087f7050c9661b1c2cf 100644 (file)
@@ -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