summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-07-25 22:38:18 -0400
committerJordan Wiens <jordan@psifertex.com>2023-07-25 22:38:18 -0400
commite4072e2c477f16e286e05ce903bf4ccf86ca3032 (patch)
tree3a5cb10ea10eda5d3e209c81eeab99bc57b66569 /python/binaryview.py
parent0f595f96ad60b90e7d2970ddaea659604e0908ea (diff)
small pydoc fixes in navigate APIs
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 24bfa469..bd282fe3 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -3385,7 +3385,7 @@ class BinaryView:
The View name is created by combining a View type (e.g. "Graph") with a BinaryView type (e.g. "Mach-O"),
seperated by a colon, resulting in something like "Graph:Mach-O".
- :param str view_name: View name.
+ :param str view_name: view name
:param int offset: address to navigate to
:return: whether navigation succeeded
:rtype: bool