Fix Response signature in README

This commit is contained in:
Tom Christie 2018-07-11 16:54:00 +01:00
parent 5d66b939e2
commit 126e995a8e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ appropriate ASGI messages on the `send` channel.
### Response
Signature: `Response(content=b'', status_code=200, headers=None, media_type=None)`
Signature: `Response(content, status_code=200, headers=None, media_type=None)`
* `content` - A string or bytestring.
* `status_code` - An integer HTTP status code.