]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Fix Response signature in README
authorTom Christie <tom@tomchristie.com>
Wed, 11 Jul 2018 15:54:00 +0000 (16:54 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 11 Jul 2018 15:54:00 +0000 (16:54 +0100)
README.md

index c65f6a06c02bd255f4d99b290d31e1fc913c52c7..06d07dc7e3fbdaa974ca81a1b86580eaa20a9189 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.