diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-07-25 22:38:18 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-07-25 22:38:18 -0400 |
| commit | e4072e2c477f16e286e05ce903bf4ccf86ca3032 (patch) | |
| tree | 3a5cb10ea10eda5d3e209c81eeab99bc57b66569 /python/filemetadata.py | |
| parent | 0f595f96ad60b90e7d2970ddaea659604e0908ea (diff) | |
small pydoc fixes in navigate APIs
Diffstat (limited to 'python/filemetadata.py')
| -rw-r--r-- | python/filemetadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
