From fb7bef063f982495e2b23a115c34ead37b449483 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 26 Feb 2024 14:53:17 -0500 Subject: fix plugincommand docs --- python/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/plugin.py') 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 -- cgit v1.3.1