Code

Merge pull request #774 from trenkel/master
[collectd.git] / src / collectd-python.pod
index fc5376ed05743ae17dfdf3b7eaa5452330ae07a2..d04d0f06c05e843805370e422e835b33d162f2b5 100644 (file)
@@ -63,7 +63,7 @@ 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.