]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Corrected typo in advanced.md (#2155)
authorJorge <liberaltech@users.noreply.github.com>
Wed, 30 Mar 2022 14:58:00 +0000 (10:58 -0400)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 14:58:00 +0000 (16:58 +0200)
docs/advanced.md

index 904781485703dea776b09fe0ab9e1e3d0fef52a3..9e688ad6a3ca047241051a2d16e1e5692f05c3e3 100644 (file)
@@ -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):