Merge pull request #3254 from altendky/patch-1

Correct docs to config.pluginmanager.get_plugin()
This commit is contained in:
Bruno Oliveira
2018-02-22 19:14:47 -03:00
committed by GitHub

View File

@@ -278,7 +278,7 @@ the plugin manager like this:
.. sourcecode:: python
plugin = config.pluginmanager.getplugin("name_of_plugin")
plugin = config.pluginmanager.get_plugin("name_of_plugin")
If you want to look at the names of existing plugins, use
the ``--trace-config`` option.