Skip to content

Commit f31fa3d

Browse files
committed
minor formatting edits
1 parent afa33ef commit f31fa3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/python/sdk-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,6 @@ async def download_and_validate():
454454

455455
When errors occur, the Planet SDK for Python exception hierarchy is as follows:
456456

457-
* All exceptions inherit from the base exception called `PlanetError`.
458-
* Client-side errors are raised as `ClientError`.
459-
* Server-side errors are raised as specific exceptions based on the http code. These specific exceptions all inherit from `APIError` and contain the original error message returned by the server.
457+
* All exceptions inherit from the base exception called `PlanetError`.
458+
* Client-side errors are raised as `ClientError`.
459+
* Server-side errors are raised as specific exceptions based on the http code. These specific exceptions all inherit from `APIError` and contain the original error message returned by the server.

0 commit comments

Comments
 (0)