diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index 5dce604b..1b199c9a 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -242,7 +242,7 @@ def get_memory_usage_info(): def open_view(*args, **kwargs): """ - `open_view` opens a BinaryView object. + `open_view` is a convenience wrapper for :py:class:`get_view_of_file_with_options` that opens a BinaryView object. .. note:: If attempting to open a BNDB, the file MUST have the suffix .bndb, or else the file will not be loaded as a database. |
