summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-12-07 15:07:31 -0500
committerJosh Ferrell <josh@vector35.com>2025-12-07 15:07:31 -0500
commitdaede114cfacf4cd68ed0a9f67c829b8b16da961 (patch)
tree29fbb7a5354710505c5cadb18b5700f2aaf6c9da /python
parentf788c27bcb8851f594b63ccb2cca51887996f431 (diff)
Fix docs example rendering for PluginCommandContext
Diffstat (limited to 'python')
-rw-r--r--python/plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/plugin.py b/python/plugin.py
index d8206bb8..9b7d1a3e 100644
--- a/python/plugin.py
+++ b/python/plugin.py
@@ -43,7 +43,6 @@ class PluginCommandContext:
The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew.
:Example:
- # To trigger a registered plugin with a BinaryView, for example:
>>> bv = load("/tmp/file1")
>>> ctx = PluginCommandContext(bv);
>>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"]