summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-10-15 09:55:46 -0400
committerBrian Potchik <brian@vector35.com>2019-10-15 09:55:46 -0400
commita7dde65072dc34052d0c0681fa360061cd563747 (patch)
tree8676ea2a4f95073686f95f53fa7e8d5b0ea30bfe /python/binaryview.py
parent16e302df4a6c762af67a8b0453aa42d591421ed6 (diff)
Fix documentation for get_view_of_file_with_options.
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 3f69c7d3..2663b677 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -691,7 +691,7 @@ class BinaryViewType(with_metaclass(_BinaryViewTypeMetaclass, object)):
:param str filename: path to filename or bndb to open
:param bool update_analysis: whether or not to run :func:`update_analysis_and_wait` after opening a :class:`BinaryView`, defaults to ``True``
:param callback progress_func: optional function to be called with the current progress and total count
- :param dict options: a dictionary in the form {str : str}, where key is a setting identifier, and value is a JSON formatted str
+ :param dict options: a dictionary in the form {setting identifier string : object value}
:return: returns a :class:`BinaryView` object for the given filename
:rtype: :class:`BinaryView` or ``None``