diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-09-26 18:02:50 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-09-26 18:02:50 -0400 |
| commit | c00e2e304e548ab03a69e81ce46e76772adc0ccd (patch) | |
| tree | 5c628b8e61760951bcbbf78e1280a5746823f4a8 /python/pluginmanager.py | |
| parent | d3ea4e78e70dbab7c813f52f7a7f164465474a02 (diff) | |
more small documentation fixes
Diffstat (limited to 'python/pluginmanager.py')
| -rw-r--r-- | python/pluginmanager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pluginmanager.py b/python/pluginmanager.py index 73fe0db6..fc3ac533 100644 --- a/python/pluginmanager.py +++ b/python/pluginmanager.py @@ -32,7 +32,7 @@ from binaryninja import range class RepoPlugin(object): """ - ``RepoPlugin` is mostly read-only, however you can install/uninstall enable/disable plugins. RepoPlugins are + ``RepoPlugin`` is mostly read-only, however you can install/uninstall enable/disable plugins. RepoPlugins are created by parsing the plugins.json in a plugin repository. """ def __init__(self, handle): |
