bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
This commit is contained in:
parent
e59ec1b05d
commit
f8716c88f1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue