From 18c3e2e49ceef496d272f6bcbf81b0d768f29acb Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 25 May 2017 17:21:12 -0400 Subject: fix enum link in documentation --- 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 0352ee58..34511cfa 100644 --- a/python/function.py +++ b/python/function.py @@ -753,7 +753,7 @@ class Function(object): :param int instr_addr: :param int value: :param int operand: - :param IntegerDisplayTypeEnum display_type: + :param enums.IntegerDisplayType display_type: :param Architecture arch: (optional) """ if arch is None: -- cgit v1.3.1