From daede114cfacf4cd68ed0a9f67c829b8b16da961 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Sun, 7 Dec 2025 15:07:31 -0500 Subject: Fix docs example rendering for PluginCommandContext --- python/plugin.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') 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"] -- cgit v1.3.1