We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6920e1 commit 89f3c43Copy full SHA for 89f3c43
1 file changed
addons/source-python/docs/source-python/source/developing/module_tutorials/plugins.rst
@@ -266,5 +266,5 @@ Here is the full example code to implement sub-plugins:
266
my_sub_command_manager.unload_plugin(plugin)
267
268
def unload():
269
- for plugin in my_plugin_manager.loaded_plugins):
+ for plugin in my_plugin_manager.loaded_plugins:
270
plugin.unload()
0 commit comments