From c00e2e304e548ab03a69e81ce46e76772adc0ccd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 26 Sep 2019 18:02:50 -0400 Subject: more small documentation fixes --- python/pluginmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pluginmanager.py') 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): -- cgit v1.3.1