summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-29 13:21:16 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-29 13:21:16 -0500
commit9e1de1b3dda78250012f4e03963e4d8916a8c8cd (patch)
treed4499c7b2aed659ca1fe361b31bd921e7c6f4d10 /python/binaryview.py
parentb7c8e9bfbae0eec8d7be47cd42f61c14542cc28c (diff)
link from traverse APIs to examples
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 c623e44f..247e369a 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -9103,7 +9103,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