Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuDeBuck committed Jun 15, 2021
1 parent f8607fc commit 7969f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journyio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __str__(self):
401: APIError.UnauthorizedError,
403: APIError.ForbiddenError,
404: APIError.NotFoundError,
422: APIError.Unprocessable,
422: APIError.UnprocessableError,
429: APIError.TooManyRequests,
500: APIError.ServerError})

Expand Down

0 comments on commit 7969f95

Please sign in to comment.