summaryrefslogtreecommitdiff
path: root/python/lineardisassembly.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-08-10 16:37:39 -0400
committerPeter LaFosse <peter@vector35.com>2017-08-11 13:35:47 -0400
commit7a31f8a9d426ebe9843183e7cfa23ff6c26e2af6 (patch)
tree3f97887a2e807a3ece6ec952c44184f7517fc35f /python/lineardisassembly.py
parent326253abc74f7d6b601e03463df6abe8b8929428 (diff)
Fix some documentation issues
Diffstat (limited to 'python/lineardisassembly.py')
-rw-r--r--python/lineardisassembly.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lineardisassembly.py b/python/lineardisassembly.py
index 5ef8d623..f41fdfcb 100644
--- a/python/lineardisassembly.py
+++ b/python/lineardisassembly.py
@@ -24,7 +24,7 @@ class LinearDisassemblyPosition(object):
``class LinearDisassemblyPosition`` is a helper object containing the position of the current Linear Disassembly.
.. note:: This object should not be instantiated directly. Rather call \
- :py:method:`get_linear_disassembly_position_at` which instantiates this object.
+ :py:meth:`get_linear_disassembly_position_at` which instantiates this object.
"""
def __init__(self, func, block, addr):
self.function = func