From 0945682aac233888d5b9c3211a682d332ecbeb21 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 7 Apr 2025 11:23:11 -0400 Subject: fix broken link in get_llils_at docs --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/function.py') 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 `_ for more information. + See the `developer docs `_ for more information. :param int addr: virtual address of the instruction to be queried :param Architecture arch: (optional) Architecture for the given function -- cgit v1.3.1