X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=36d2be33c9d6076c2b640e18bde192e90763a0c6;hb=5f3702fcc67d68d428708e9cf5e5897ad2578925;hp=dd0f1f6800655b84e6a2a4127aa6f4911c785124;hpb=690836d783193c76cd815b96e173b028574c3fce;p=collectd.git diff --git a/src/collectd-python.pod b/src/collectd-python.pod index dd0f1f68..36d2be33 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -38,8 +38,8 @@ At least python I is required. Loads the Python plugin I. Unlike most other LoadPlugin lines, this one should be a block containing the line "Globals true". This will cause collectd to export the name of all objects in the python interpreter for all plugins to -see. If you don't do this or your platform does not support it, the embeded -interpreter will start anywa but you won't be able to load certain python +see. If you don't do this or your platform does not support it, the embedded +interpreter will start anyway but you won't be able to load certain python modules, e.g. "time". =item B I @@ -264,7 +264,7 @@ to choose the way it is stored in the meta data. =head2 Config -The Config class is an object which keeps the informations provided in the +The Config class is an object which keeps the information provided in the configuration file. The sequence of children keeps one entry for each configuration option. Each such entry is another Config instance, which may nest further if nested blocks are used. @@ -693,7 +693,7 @@ dispatched by the python plugin after upgrades. =item This plugin is not compatible with python3. Trying to compile it with python3 -will fail because of the ways string, unicode and bytearray bahavior was +will fail because of the ways string, unicode and bytearray behavior was changed. =item