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 Oct 15, 2024
1 parent 71c5adb commit 99e135c
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 99e135c

Please sign in to comment.