Code

collectd-python.conf(5): change phrasing of minimum required version
authorIdan Kamara <idankk86@gmail.com>
Wed, 24 Oct 2012 09:29:03 +0000 (11:29 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 10 Nov 2012 08:01:59 +0000 (09:01 +0100)
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd-python.pod

index 2c12589cf5b8c5f841cda7c5308ffbf6627d74f5..06ed11938e00a0cf46bbf949d3d14c3903b292bd 100644 (file)
@@ -37,7 +37,7 @@ for collectd in Python. This is a lot more efficient than executing a
 Python-script every time you want to read a value with the C<exec plugin> (see
 L<collectd-exec(5)>) and provides a lot more functionality, too.
 
-At least Python I<version 2.3> is required.
+The minimum required Python version is I<2.3>.
 
 =head1 CONFIGURATION