Skip to content

Commit

Permalink
Corrected typo in advanced.md (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
liberaltech committed Mar 30, 2022
1 parent 3f9da8e commit f7a024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.md
Expand Up @@ -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):
Expand Down

0 comments on commit f7a024c

Please sign in to comment.