From 1ef083b3074f15e43c7ddc24a74cf35b170d1115 Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Fri, 7 Jun 2024 08:08:21 +0200 Subject: [PATCH] fixing type in README.md "will be respected" was duplicated in text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f27c10e8..29d553cb 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,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) will be respected when making this +http verbs. Options on the client will be respected (such as retries) when making this request. ```py