Skip to content

Commit f8716c8

Browse files
authored
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (pythonGH-11663)
1 parent e59ec1b commit f8716c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/wsgiref/validate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
7878
* That wsgi.input is used properly:
7979
80-
- .read() is called with zero or one argument
80+
- .read() is called with exactly one argument
8181
8282
- That it returns a string
8383

0 commit comments

Comments
 (0)