From be906f960ede42f72317eab6aa6a5f116857a484 Mon Sep 17 00:00:00 2001 From: "Mytnyk, VolodymyrX" Date: Thu, 5 Jan 2017 17:14:07 +0000 Subject: [PATCH] collectd-python(5): Fix documentation of Notification.dispatch(). Cherry-picked from PR #2135 Signed-off-by: Florian Forster --- src/collectd-python.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectd-python.pod b/src/collectd-python.pod index 16b26afa..ada1ff55 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -475,7 +475,7 @@ Methods defined here: =over 4 -=item B([type][, values][, plugin_instance][, type_instance][, plugin][, host][, time][, interval]) -> None. Dispatch a value list. +=item B([type][, message][, plugin_instance][, type_instance][, plugin][, host][, time][, severity]) -> None. Dispatch a notification. Dispatch this instance to the collectd process. The object has members for each of the possible arguments for this method. For a detailed explanation of these -- 2.11.0