From ab5327e541c7a335ce89fbdb63126e1222346542 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 30 Sep 2019 11:08:59 -0400 Subject: include more tag documentation references to other APIs, fix cross-module doc linking and other small formatting cleanups --- python/lineardisassembly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/lineardisassembly.py') diff --git a/python/lineardisassembly.py b/python/lineardisassembly.py index a48ce81b..87dd656e 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:meth:`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 -- cgit v1.3.1