Skip to content

Commit daede11

Browse files
committed
Fix docs example rendering for PluginCommandContext
1 parent f788c27 commit daede11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class PluginCommandContext:
4343
The ``class PluginCommandContext`` is used to access loaded plugins and their exposed methods with the context of a specific Binary VIew.
4444
4545
:Example:
46-
# To trigger a registered plugin with a BinaryView, for example:
4746
>>> bv = load("/tmp/file1")
4847
>>> ctx = PluginCommandContext(bv);
4948
>>> binexport = PluginCommand.get_valid_list(ctx)["BinExport"]

0 commit comments

Comments
 (0)