Remove outdated reference to 'load_plugins'

This commit is contained in:
Neil
2011-07-16 19:01:15 +02:00
parent a55d426d49
commit 319081d874
+1 -1
View File
@@ -71,7 +71,7 @@ def call(kind, *args, **kwargs):
if len(plugin_funcs) == 0:
raise RuntimeError('''No suitable plugin registered for %s.
You may load I/O plugins with the `scikits.image.io.load_plugin`
You may load I/O plugins with the `scikits.image.io.use_plugin`
command. A list of all available plugins can be found using
`scikits.image.io.plugins()`.''' % kind)