From a227a98e88dc3fd89e3e5eec6d2ae11c7341ee49 Mon Sep 17 00:00:00 2001 From: Suhrob Date: Wed, 19 Nov 2025 15:39:28 +0500 Subject: [PATCH] typo --- docs/advanced/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/authentication.md b/docs/advanced/authentication.md index 63d26e5f46..c9aeffca17 100644 --- a/docs/advanced/authentication.md +++ b/docs/advanced/authentication.md @@ -228,5 +228,5 @@ class MyCustomAuth(httpx.Auth): yield request async def async_auth_flow(self, request): - raise RuntimeError("Cannot use a sync authentication class with httpx.AsyncClient") + raise RuntimeError("Cannot use async authentication class with httpx.AsyncClient") ``` \ No newline at end of file