summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2019-04-13 08:01:15 -0400
committerGitHub <noreply@github.com>2019-04-13 08:01:15 -0400
commitf8716c88f13f035c126fc1db499ae0ea309c7ece (patch)
tree080b8bd32564b8b1491a333d651e62cb1929b70f
parente59ec1b05d3e1487ca7754530d3748446c9b7dfd (diff)
downloadcpython-git-f8716c88f13f035c126fc1db499ae0ea309c7ece.tar.gz
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
-rw-r--r--Lib/wsgiref/validate.py2
1 files changed, 1 insertions, 1 deletions
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