Skip to content

Commit 42d38b0

Browse files
docs: fix typos (#113)
1 parent a2c1cae commit 42d38b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ except asktable.APIStatusError as e:
164164
print(e.response)
165165
```
166166

167-
Error codes are as followed:
167+
Error codes are as follows:
168168

169169
| Status Code | Error Type |
170170
| ----------- | -------------------------- |
@@ -303,8 +303,7 @@ If you need to access undocumented endpoints, params, or response properties, th
303303
#### Undocumented endpoints
304304

305305
To make requests to undocumented endpoints, you can make requests using `client.get`, `client.post`, and other
306-
http verbs. Options on the client will be respected (such as retries) will be respected when making this
307-
request.
306+
http verbs. Options on the client will be respected (such as retries) when making this request.
308307

309308
```py
310309
import httpx

0 commit comments

Comments
 (0)