Browse Source

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

pull/12817/head
Cheryl Sabella 7 years ago
committed by GitHub
parent
commit
f8716c88f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Lib/wsgiref/validate.py

2
Lib/wsgiref/validate.py

@ -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…
Cancel
Save