From ac443484c21e89bf0c491179613ae61709f87cb9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:48:34 +0000 Subject: [PATCH] docs: fix typos (#813) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 56b6db4c..69342c8a 100644 --- a/README.md +++ b/README.md @@ -624,8 +624,7 @@ If you need to access undocumented endpoints, params, or response properties, th #### Undocumented endpoints To make requests to undocumented endpoints, you can make requests using `client.get`, `client.post`, and other -http verbs. Options on the client will be respected (such as retries) when making this -request. +http verbs. Options on the client will be respected (such as retries) when making this request. ```py import httpx