From: Jakob Jul Elben Date: Thu, 9 Jan 2020 18:10:06 +0000 (+0100) Subject: Update api.py (#745) X-Git-Tag: 0.11.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918c55de906123ba8b7e5ebc42cd2723c1641620;p=thirdparty%2Fhttpx.git Update api.py (#745) --- diff --git a/httpx/api.py b/httpx/api.py index b030c5b5..7fbbd308 100644 --- a/httpx/api.py +++ b/httpx/api.py @@ -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 ```