From 02eb9130a43c2bf4e116200d8ec2213acd7ad978 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 9 Apr 2021 23:21:53 -0400 Subject: small doc update on open_view api --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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. -- cgit v1.3.1