summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
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``