Skip to content

Commit

Permalink
fix typo for InternalError in exceptions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuseyinpay authored Apr 20, 2024
1 parent d96d243 commit 8fd2e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class InternalError(OCPPError):
code = "InternalError"
default_description = (
"An internal error occurred and the receiver was "
"able to process the requested Action successfully"
"not able to process the requested Action successfully"
)


Expand Down

0 comments on commit 8fd2e02

Please sign in to comment.