]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update api.py (#745)
authorJakob Jul Elben <elbenjakobjul@gmail.com>
Thu, 9 Jan 2020 18:10:06 +0000 (19:10 +0100)
committerTom Christie <tom@tomchristie.com>
Thu, 9 Jan 2020 18:10:06 +0000 (18:10 +0000)
httpx/api.py

index b030c5b5249df30b14d88da33df9b8fc88744d79..7fbbd30811542117fbb4130bf4156dfb41e58ef7 100644 (file)
@@ -75,7 +75,7 @@ def request(
 
     ```
     >>> import httpx
-    >>> response = await httpx.request('GET', 'https://httpbin.org/get')
+    >>> response = httpx.request('GET', 'https://httpbin.org/get')
     >>> response
     <Response [200 OK]>
     ```