diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-08-28 08:00:14 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-08-28 08:00:14 -0400 |
| commit | 008cb20ba6af6c918f0a9b8cf85ef83a12b64f6c (patch) | |
| tree | 54a33de70cfb399d9e086c95471bb9dc26496f3e /python | |
| parent | b522767a1f01bf12ddbc2335a95bc40e1d26fb0d (diff) | |
typo
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 e376770b..a6bb6882 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -4707,7 +4707,7 @@ class BinaryView(object): def add_user_segment(self, start, length, data_offset, data_length, flags): """ - ``add_user_segment`` creates a user-defined segment that specifies how data form the raw file is mapped into a virtual address space. + ``add_user_segment`` creates a user-defined segment that specifies how data from the raw file is mapped into a virtual address space. :param int start: virtual address of the start of the segment :param int length: length of the segment (may be larger than the source data) |
