From e4072e2c477f16e286e05ce903bf4ccf86ca3032 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 25 Jul 2023 22:38:18 -0400 Subject: small pydoc fixes in navigate APIs --- python/binaryview.py | 2 +- python/filemetadata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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 diff --git a/python/filemetadata.py b/python/filemetadata.py index 873c36d1..9b7167b8 100644 --- a/python/filemetadata.py +++ b/python/filemetadata.py @@ -478,7 +478,7 @@ class FileMetadata: .. note:: Despite the confusing name, ``view`` in this context is not a BinaryView but rather a string describing the different UI Views. Check :py:attr:`view` while in different views to see examples such as ``Linear:ELF``, ``Graph:PE``. - :param str view: virtual address to read from. + :param str view: view name :param int offset: address to navigate to :return: whether or not navigation succeeded :rtype: bool -- cgit v1.3.1