Skip to content

Commit 8690c15

Browse files
committed
Fixed typo
1 parent bc3044d commit 8690c15

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
@@ -380,7 +380,7 @@ are handled are the ones documented on the GDAX API error section: [here](https:
380380
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
381381
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
382382
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
383-
- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
383+
- HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest
384384
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
385385

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

0 commit comments

Comments
 (0)