diff --git a/addons/source-python/docs/source-python/source/developing/module_tutorials/plugins.rst b/addons/source-python/docs/source-python/source/developing/module_tutorials/plugins.rst index 6fe5efdf7..ca4e93dab 100644 --- a/addons/source-python/docs/source-python/source/developing/module_tutorials/plugins.rst +++ b/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: my_sub_command_manager.unload_plugin(plugin) def unload(): - for plugin in my_plugin_manager.loaded_plugins): + for plugin in my_plugin_manager.loaded_plugins: plugin.unload()