diff options
| author | Xusheng <xusheng@vector35.com> | 2024-04-02 12:59:13 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2024-04-02 12:59:13 +0800 |
| commit | 4985b77f2185ced7f29c91e1539cc5e1c1215e16 (patch) | |
| tree | 1c8d9fdade99e9975ccc0e2afae464a5fadd53f7 /python | |
| parent | a7fd2f8080123ddcbb51fdcc3d3e786e60a111b5 (diff) | |
Fix external URL does not render properly in docs
Diffstat (limited to 'python')
| -rw-r--r-- | python/binaryview.py | 2 |
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 |
