Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross committed Feb 25, 2018
1 parent f9f4d40 commit 88cdb65
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 @@ -323,7 +323,7 @@ are handled are the ones documented on the GDAX API error section: [here](https:
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
- HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest

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

0 comments on commit 88cdb65

Please sign in to comment.