]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README
authorTom Christie <tom@tomchristie.com>
Mon, 13 May 2019 13:11:05 +0000 (14:11 +0100)
committerTom Christie <tom@tomchristie.com>
Mon, 13 May 2019 13:11:05 +0000 (14:11 +0100)
README.md

index e436e52e531d9e6ae419f542dde75457bea31c68..1f2f8e4c36d7921abbc72e1d332543f05a95575d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ inspiration around the lower level networking details.
 
 ```python
 >>> client = Client()
->>> response = await client.get('https://example.org')
+>>> response = client.get('https://example.org')
 ```
 
 * `def __init__([ssl], [timeout], [pool_limits], [max_redirects], [dispatch])`