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

index 1f2f8e4c36d7921abbc72e1d332543f05a95575d..186a4e8de2d708bd2fcdc556787cd8458b96e66e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ what gets sent over the wire.*
 
 ```python
 >>> request = Request("GET", "https://example.org", headers={'host': 'example.org'})
->>> response = await client.send(request)
+>>> response = client.send(request)
 ```
 
 * `def __init__(method, url, query_params, content, headers)`