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
commit 1127d519db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.