Code

Merge pull request #890 from trenkel/master
[collectd.git] / src / collectd-python.pod
index ac88f0367b981f3cc7fb53b82fd0d60b25a7e282..31c43830fdfa481544f51e5236cf075fcda04e32 100644 (file)
@@ -65,7 +65,7 @@ including your locale.
 
 =item B<ModulePath> I<Name>
 
-Appends I<Name> to B<sys.path>. You won't be able to import any scripts you
+Prepends I<Name> to B<sys.path>. You won't be able to import any scripts you
 wrote unless they are located in one of the directories in this list. Please
 note that it only has effect on plugins loaded after this option. You can
 use multiple B<ModulePath> lines to add more than one directory.