Skip to content

Commit a227a98

Browse files
committed
typo
1 parent def4778 commit a227a98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,5 @@ class MyCustomAuth(httpx.Auth):
228228
yield request
229229

230230
async def async_auth_flow(self, request):
231-
raise RuntimeError("Cannot use a sync authentication class with httpx.AsyncClient")
231+
raise RuntimeError("Cannot use async authentication class with httpx.AsyncClient")
232232
```

0 commit comments

Comments
 (0)