collectd-python(5): Fix documentation of Notification.dispatch().
authorMytnyk, VolodymyrX <volodymyrx.mytnyk@intel.com>
Thu, 5 Jan 2017 17:14:07 +0000 (17:14 +0000)
committerFlorian Forster <octo@collectd.org>
Fri, 6 Oct 2017 08:07:40 +0000 (10:07 +0200)
Cherry-picked from PR #2135
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd-python.pod

index 16b26af..ada1ff5 100644 (file)
@@ -475,7 +475,7 @@ Methods defined here:
 
 =over 4
 
-=item B<dispatch>([type][, values][, plugin_instance][, type_instance][, plugin][, host][, time][, interval]) -> None.  Dispatch a value list.
+=item B<dispatch>([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