From: Jorge Date: Wed, 30 Mar 2022 14:58:00 +0000 (-0400) Subject: Corrected typo in advanced.md (#2155) X-Git-Tag: 0.23.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a024cee3a161a37710c7b77e7d650f981d142d;p=thirdparty%2Fhttpx.git Corrected typo in advanced.md (#2155) --- diff --git a/docs/advanced.md b/docs/advanced.md index 90478148..9e688ad6 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -763,7 +763,7 @@ class MyCustomAuth(httpx.Auth): yield request ``` -If the auth flow requires more that one request, you can issue multiple yields, and obtain the response in each case... +If the auth flow requires more than one request, you can issue multiple yields, and obtain the response in each case... ```python class MyCustomAuth(httpx.Auth):