From 80bca9fcb82dde1db4efc0a5d383a982ff7dab44 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Tue, 24 Jan 2023 15:50:53 -0500 Subject: fixed code block brokenness in plugins.md --- docs/guide/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/guide/plugins.md b/docs/guide/plugins.md index be3092a3..d047666c 100644 --- a/docs/guide/plugins.md +++ b/docs/guide/plugins.md @@ -62,7 +62,7 @@ after cloning or else the necessary submodules will not actually be downloaded. Binary Ninja includes a [PluginManager API](https://api.binary.ninja/binaryninja.pluginmanager-module.html) which can simplify the process of finding and installing plugins. From the console: -``` python +```python >>> mgr = RepositoryManager() >>> dir(mgr) ['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getitem__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'add_repository', 'check_for_updates', 'default_repository', 'handle', 'plugins', 'repositories'] -- cgit v1.3.1