summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1c00bde..48ac007 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