Fix typo in exceptions.py

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine
2023-10-19 14:41:20 +09:00
committed by GitHub
parent 1a30d00194
commit e8d16d6823

View File

@@ -37,7 +37,7 @@ class DuplicateOperationError(AgentException):
class CommandExecutionError(AgentException):
"""An error occured when trying to execute the command"""
"""An error occurred when trying to execute the command"""
class InvalidArgumentError(CommandExecutionError):