Minor doc fixes for the Python plugin.
authorFlorian Forster <octo@collectd.org>
Thu, 26 Jan 2012 21:54:34 +0000 (22:54 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 26 Jan 2012 21:54:34 +0000 (22:54 +0100)
Change-Id: I233d0ae4ec035c74811ef33aa119573066c9a3f6

README
src/collectd-python.pod

diff --git a/README b/README
index 95e7d62..34caa85 100644 (file)
--- a/README
+++ b/README
@@ -606,7 +606,8 @@ Prerequisites
     <http://code.google.com/p/protobuf-c/>
 
   * libpython (optional)
-    Used by the `python' plugin. Currently, only 2.3 ≦ Python < 3 is supported.
+    Used by the `python' plugin. Currently, Python 2.3 and later and Python 3
+    are supported.
     <http://www.python.org/>
 
   * librouteros (optional)
index 267296c..5fd1f4f 100644 (file)
@@ -21,7 +21,7 @@ collectd-python - Documentation of collectd's C<python plugin>
   <Plugin python>
     ModulePath "/path/to/your/python/modules"
     LogTraces true
-    Interactive true
+    Interactive false
     Import "spam"
 
     <Module spam>