summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 4d0ca685..933bc12c 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -9144,7 +9144,7 @@ class BinaryView:
:py:func:`add_expression_parser_magic_value` API. Notably, the debugger adds all register values into the
expression parser so they can be used directly when navigating. The register values can be referenced like
`$rbp`, `$x0`, etc. For more details, refer to the related
- [debugger docs](https://docs.binary.ninja/guide/debugger/index.html#navigating-the-binary)_.
+ `debugger docs <https://docs.binary.ninja/guide/debugger/index.html#navigating-the-binary>`_.
:param str expression: Arithmetic expression to be evaluated
:param int here: (optional) Base address for relative expressions, defaults to zero