diff options
Diffstat (limited to 'python/pluginmanager.py')
| -rw-r--r-- | python/pluginmanager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 94232e2f..4627ede5 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -106,8 +106,8 @@ class RepoPlugin: """ Enable this plugin, optionally trying to force it. \ Force loading a plugin with ignore platform and api constraints. \ - (e.g. The plugin author says the plugin will only work on Linux-python3 but you'd like to \ - attempt to load it on Macos-python2) + (e.g. The plugin author says the plugin will only work on Linux but you'd like to \ + attempt to load it on macOS) """ return core.BNPluginEnable(self.handle, force) |
