docs: Fixed a wrong reference

This commit is contained in:
Gina Häußge 2015-02-13 15:50:09 +01:00
parent 197ed7b912
commit 6cdd8de248

View file

@ -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
"""