From: Mason Hall Date: Fri, 10 Jan 2020 17:31:43 +0000 (-0600) Subject: Fix typo in async.md (#747) X-Git-Tag: 0.11.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b112b231523d6b67c7ff1f22515e8d7cef21a781;p=thirdparty%2Fhttpx.git Fix typo in async.md (#747) --- diff --git a/docs/async.md b/docs/async.md index 7cd2d0d5..3fd5647a 100644 --- a/docs/async.md +++ b/docs/async.md @@ -82,7 +82,7 @@ The async response streaming methods are: ### Streaming requests -When sending a streaming request body with an `AsyncClient` instance, you should use an async butes generator instead of a bytes generator: +When sending a streaming request body with an `AsyncClient` instance, you should use an async bytes generator instead of a bytes generator: ```python async def upload_bytes():