bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)

This commit is contained in:
Cheryl Sabella 2019-04-13 08:01:15 -04:00 committed by GitHub
parent e59ec1b05d
commit f8716c88f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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