From e44164592e070fbe14df1754ad56bf07442e5de1 Mon Sep 17 00:00:00 2001 From: rar-file Date: Wed, 18 Mar 2026 00:19:56 +0100 Subject: [PATCH] Docs: use consistent 'reuse' spelling Fixes #4619. --- docs/mcp/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mcp/client.md b/docs/mcp/client.md index 8ae9821098..4486806b8d 100644 --- a/docs/mcp/client.md +++ b/docs/mcp/client.md @@ -469,7 +469,7 @@ async def main(): #> There are 9,208 days between January 1, 2000, and March 18, 2025. ``` -1. When you supply `http_client`, Pydantic AI re-uses this client for every +1. When you supply `http_client`, Pydantic AI reuses this client for every request. Anything supported by **httpx** (`verify`, `cert`, custom proxies, timeouts, etc.) therefore applies to all MCP traffic.