Skip to content

Commit 88cdb65

Browse files
committed
Fixed typo
1 parent f9f4d40 commit 88cdb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ are handled are the ones documented on the GDAX API error section: [here](https:
323323
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
324324
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
325325
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
326-
- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
326+
- HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest
327327
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
328328

329329
All HTTP requests from both the public client and authenticated client run through `_determine_response`, which

0 commit comments

Comments
 (0)