Skip to content

Commit

Permalink
Merge pull request #536 from didier-durand/patch-1
Browse files Browse the repository at this point in the history
fixing type in README.md
  • Loading branch information
aaron-lerner authored Jun 12, 2024
2 parents 6023c7d + 1ef083b commit 9652512
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 @@ -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
Expand Down

0 comments on commit 9652512

Please sign in to comment.