From 942d1cd1c0517e7a73a0a6f3d0102b25b967e40e Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 4 Aug 2024 22:20:42 -0400 Subject: spellcheck pass on pydocs --- python/pluginmanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/pluginmanager.py') 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) -- cgit v1.3.1