summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-04-07 11:23:11 -0400
committerJordan Wiens <jordan@psifertex.com>2025-04-07 11:23:11 -0400
commit0945682aac233888d5b9c3211a682d332ecbeb21 (patch)
tree1360cdb156985018a388873b6877e60096d8468c /python/function.py
parent05e3335c27a477492fee6d031654dd3152f722b6 (diff)
fix broken link in get_llils_at docs
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index dc6cdc7e..79bbb753 100644
--- a/python/function.py
+++ b/python/function.py
@@ -1830,7 +1830,7 @@ class Function:
arch: Optional['architecture.Architecture'] = None) -> List['lowlevelil.LowLevelILInstruction']:
"""
``get_llils_at`` gets the LowLevelILInstruction(s) corresponding to the given virtual address
- See the developer docs <https://dev-docs.binary.ninja/dev/concepts.html#mapping-between-ils>`_ for more information.
+ See the `developer docs <https://dev-docs.binary.ninja/dev/concepts.html#mapping-between-ils>`_ for more information.
:param int addr: virtual address of the instruction to be queried
:param Architecture arch: (optional) Architecture for the given function