mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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:
|
||||
|
||||
- .read() is called with zero or one argument
|
||||
- .read() is called with exactly one argument
|
||||
|
||||
- That it returns a string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue