From a7dde65072dc34052d0c0681fa360061cd563747 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 15 Oct 2019 09:55:46 -0400 Subject: Fix documentation for get_view_of_file_with_options. --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') 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`` -- cgit v1.3.1