summaryrefslogtreecommitdiff
path: root/python/pluginmanager.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-08-04 22:20:42 -0400
committerJordan Wiens <jordan@psifertex.com>2024-08-04 22:20:42 -0400
commit942d1cd1c0517e7a73a0a6f3d0102b25b967e40e (patch)
treec82f4f80af1561999fef503d4c919174b0ea1758 /python/pluginmanager.py
parent8b3c5bc8ea70b837dd7fff17e79a60c3612169d9 (diff)
spellcheck pass on pydocs
Diffstat (limited to 'python/pluginmanager.py')
-rw-r--r--python/pluginmanager.py4
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)