From 6cdd8de248da6da2f9c96906417bc4a2b2f953a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 13 Feb 2015 15:50:09 +0100 Subject: [PATCH] docs: Fixed a wrong reference --- src/octoprint/plugin/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """