diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-05-25 17:21:12 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-05-25 17:21:12 -0400 |
| commit | 18c3e2e49ceef496d272f6bcbf81b0d768f29acb (patch) | |
| tree | 437349cae0c163405b3d90fc15deb2b1944450e5 /python | |
| parent | b7d7e9eb9c57fd421b29bcffbc4018d374db3ad2 (diff) | |
fix enum link in documentation
Diffstat (limited to 'python')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
