From dfce20b5ff3ed5d0cbcedd5e05a8e26c0e1c4aca Mon Sep 17 00:00:00 2001 From: Mustafa <66224841+mustafa-nom@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:24:15 -0800 Subject: [PATCH] fixed README.md's grammar typo "will be respected" was repeated twice before and after parentheses Noticed the same typo was made from a commited change from the anthropic-sdk-python repo (commit 1ef083b) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc1eb1a4f7..3ab509ce42 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,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 (such as retries) will be respected when making this request. ```py