]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Wed, 8 May 2019 09:08:37 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 09:08:37 +0000 (10:08 +0100)
README.md

index a6b2078b07c556ff0b9a7561a0e5d8eefeb23148..3768baeba0511b88ccd4d8f17e2d3c200a4364c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ Additionally, credit is due to for `urllib3` for plenty of design inspiration.
 * `.request` - **Request**
 * `.cookies` - **Cookies** *TODO*
 * `.history` - **List[Response]**
-* `def .raise_for_status()` - **Response** *TODO*
+* `def .raise_for_status()` - **None**
 * `def .json()` - **Any** *TODO*
 * `async def .read()` - **bytes**
 * `async def .stream()` - **bytes iterator**