mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
This commit is contained in:
parent
e59ec1b05d
commit
f8716c88f1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Some of the things this checks:
|
||||||
|
|
||||||
* That wsgi.input is used properly:
|
* 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
|
- That it returns a string
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue