Skip to content

Commit

Permalink
chore: update exceptions.py (#30)
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
br41nl3t authored Jul 8, 2024
2 parents c38a2ba + 8f602dc commit 8cff23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkg/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class HTTPRequestMethodNotSupported(DKGException):

class NodeRequestError(DKGException):
"""
Raised by Node HTTP Provider if error occured during request.
Raised by Node HTTP Provider if error occurred during request.
"""

pass
Expand Down

0 comments on commit 8cff23e

Please sign in to comment.