Corrected typo in advanced.md (#2155)

This commit is contained in:
Jorge 2022-03-30 10:58:00 -04:00 committed by GitHub
parent 3f9da8e0f5
commit f7a024cee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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):