Corrected typo in advanced.md (#2155)
This commit is contained in:
parent
3f9da8e0f5
commit
f7a024cee3
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user