From f80491d350ea8c8c80373ea0c5e68358c2217d82 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 31 May 2019 01:44:34 -0400 Subject: improve API cross-reference linking --- python/mediumlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/mediumlevelil.py') diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index b6b7dbfc..8b8500e4 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -619,7 +619,7 @@ class MediumLevelILExpr(object): class MediumLevelILFunction(object): """ ``class MediumLevelILFunction`` contains the list of MediumLevelILExpr objects that make up a binaryninja.function. MediumLevelILExpr - objects can be added to the MediumLevelILFunction by calling ``append`` and passing the result of the various class + objects can be added to the MediumLevelILFunction by calling :func:`append` and passing the result of the various class methods which return MediumLevelILExpr objects. """ def __init__(self, arch = None, handle = None, source_func = None): -- cgit v1.3.1