From bf8b662124aeb1cf6e79045b3d4de3fd1cdd89a8 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 14 Mar 2024 12:41:52 -0400 Subject: Fix documentation for 'get_next_valid_offset'. --- python/binaryview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index 247e369a..70eef953 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -3913,9 +3913,9 @@ class BinaryView: def get_next_valid_offset(self, addr: int) -> int: """ - ``get_next_valid_offset`` returns the next valid offset after ``addr``. + ``get_next_valid_offset`` returns the next valid offset in the BinaryView starting from the given virtual address ``addr``. - :param int addr: a virtual address + :param int addr: a virtual address to start checking from. :return: The minimum of the next valid offset in the BinaryView and the end address of the BinaryView :rtype: int """ -- cgit v1.3.1