diff --git a/src/octoprint/plugin/types.py b/src/octoprint/plugin/types.py index 41f44aab..9de7f04b 100644 --- a/src/octoprint/plugin/types.py +++ b/src/octoprint/plugin/types.py @@ -743,7 +743,7 @@ class EventHandlerPlugin(Plugin): """ Called by OctoPrint upon processing of a fired event on the platform. - :param string event: the type of event that got fired, see :ref:`the list of events `_ + :param string event: the type of event that got fired, see :ref:`the list of events ` for possible values :param dict payload: the payload as provided with the event """