spelling: occurred

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-02-06 14:30:26 -05:00
parent c742b20c52
commit c0003e240c

View file

@ -995,7 +995,7 @@ class MessageHandlingError(Exception):
"""Creates a new instance of this class, and immediately logs the exception.
Message handling errors are logged immediately unless silent=True, so that the
precise context in which they occured can be determined from the surrounding
precise context in which they occurred can be determined from the surrounding
log entries.
"""