We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def4778 commit a227a98Copy full SHA for a227a98
1 file changed
docs/advanced/authentication.md
@@ -228,5 +228,5 @@ class MyCustomAuth(httpx.Auth):
228
yield request
229
230
async def async_auth_flow(self, request):
231
- raise RuntimeError("Cannot use a sync authentication class with httpx.AsyncClient")
+ raise RuntimeError("Cannot use async authentication class with httpx.AsyncClient")
232
```
0 commit comments