diff options
| author | Galen Williamson <galen@vector35.com> | 2023-01-24 15:50:53 -0500 |
|---|---|---|
| committer | Galen Williamson <galen@vector35.com> | 2023-01-24 15:50:53 -0500 |
| commit | 80bca9fcb82dde1db4efc0a5d383a982ff7dab44 (patch) | |
| tree | 25701950e62ddbd801117d4125e112ff5b8e7a2d /docs | |
| parent | e1c7fd0ba21cdb887c97db76aa0600e264e66503 (diff) | |
fixed code block brokenness in plugins.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
