docs: Fixed a wrong reference
This commit is contained in:
parent
197ed7b912
commit
6cdd8de248
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <sec-events-available_events>`_
|
||||
:param string event: the type of event that got fired, see :ref:`the list of events <sec-events-available_events>`
|
||||
for possible values
|
||||
:param dict payload: the payload as provided with the event
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue