diff options
Diffstat (limited to 'python/plugin.py')
| -rw-r--r-- | python/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/plugin.py b/python/plugin.py index 455d511e..e68e30d5 100644 --- a/python/plugin.py +++ b/python/plugin.py @@ -104,7 +104,7 @@ class _PluginCommandMetaClass(type): class PluginCommand(metaclass=_PluginCommandMetaClass): """ - The ``class PluginCommand` contains all the plugin registration methods as class methods. + The ``class PluginCommand`` contains all the plugin registration methods as class methods. You shouldn't need to create an instance of this class, instead see `register`, `register_for_address`, `register_for_function`, and similar class methods for examples |
