summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-08-28 08:00:14 -0400
committerJordan Wiens <jordan@psifertex.com>2019-08-28 08:00:14 -0400
commit008cb20ba6af6c918f0a9b8cf85ef83a12b64f6c (patch)
tree54a33de70cfb399d9e086c95471bb9dc26496f3e /python/binaryview.py
parentb522767a1f01bf12ddbc2335a95bc40e1d26fb0d (diff)
typo
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 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)