summaryrefslogtreecommitdiff
path: root/python/typearchive.py
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-01-18 20:32:26 -0500
committerJordan Wiens <github@psifertex.com>2026-01-18 20:32:26 -0500
commitede18e23133ade890c533703bf68858c5ee84edd (patch)
tree06b5f74634ea019ccd5068af8401d665c96ae17d /python/typearchive.py
parent1011a126cc04dfe7e5ad38614019a6699519fd0e (diff)
fix syntax for note section of newly added api docs
Diffstat (limited to 'python/typearchive.py')
-rw-r--r--python/typearchive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/typearchive.py b/python/typearchive.py
index b3f9c0d9..b94cd62e 100644
--- a/python/typearchive.py
+++ b/python/typearchive.py
@@ -607,8 +607,8 @@ class TypeArchive:
"""
Look up a metadata entry in the archive
- ..note: As of Binary Ninja 5.3 this API now raises KeyError on failure. Please use `get_metadata`
- for a non-raising version of the API.
+ .. note:: As of Binary Ninja 5.3 this API now raises KeyError on failure. \
+ Please use `get_metadata` for a non-raising version of the API.
:param string key: key to query
:rtype: Metadata associated with the key, if it exists. Otherwise, None