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 and jainmohit2001 committed Sep 24, 2024
1 parent d59ecf1 commit 9782c57
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 9782c57

Please sign in to comment.