Skip to content

Commit f9f4d40

Browse files
committed
Fixed README formatting
1 parent 16981b3 commit f9f4d40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@ order_book.close()
319319
Error handling has been added in version 2.0. Currently, the only HTTP error codes that
320320
are handled are the ones documented on the GDAX API error section: [here](https://docs.gdax.com/?python#errors)
321321

322-
HTTP STATUS CODE 400: Raises InvalidGdaxRequest
323-
HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
324-
HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
325-
HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
326-
HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
327-
HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
322+
- HTTP STATUS CODE 400: Raises InvalidGdaxRequest
323+
- HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest
324+
- HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest
325+
- HTTP STATUS CODE 404: Raises NotFoundGdaxRequest
326+
- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest
327+
- HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest
328328

329329
All HTTP requests from both the public client and authenticated client run through `_determine_response`, which
330330
either returns the JSON body or raises the appropriate error.
@@ -334,7 +334,7 @@ Please consider creating new Exception classes and mapping as Gdax error states
334334

335335
## Change Log
336336
*2.0*
337-
- Added error handling to all HTTP requests [Error Handling Docs](#Error Handling)
337+
- Added error handling to all HTTP requests [Error Handling Docs](#error-handling)
338338

339339
*1.0* **Current PyPI release**
340340
- The first release that is not backwards compatible

0 commit comments

Comments
 (0)