Fix #822 - doc typo s/Plugin/PluginManager/
Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
7033fa5cca
commit
d5421cc366
@ -111,7 +111,7 @@ The code for ``__init__.py`` looks like this:
|
|||||||
:emphasize-lines: 12,23
|
:emphasize-lines: 12,23
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from mediagoblin.tools.pluginapi import Plugin, get_config
|
from mediagoblin.tools.pluginapi import PluginManager, get_config
|
||||||
|
|
||||||
|
|
||||||
# This creates a logger that you can use to log information to
|
# This creates a logger that you can use to log information to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user