Skip to content

Commit

Permalink
fixed README.md's grammar typo
Browse files Browse the repository at this point in the history
"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)
  • Loading branch information
mustafa-nom authored Jan 8, 2025
1 parent 728100c commit dfce20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfce20b

Please sign in to comment.