Merge pull request #3254 from altendky/patch-1
Correct docs to config.pluginmanager.get_plugin()
This commit is contained in:
commit
1127d519db
|
@ -278,7 +278,7 @@ the plugin manager like this:
|
||||||
|
|
||||||
.. sourcecode:: python
|
.. 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
|
If you want to look at the names of existing plugins, use
|
||||||
the ``--trace-config`` option.
|
the ``--trace-config`` option.
|
||||||
|
|
Loading…
Reference in New Issue