diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-03-26 16:03:51 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-03-26 16:03:51 -0400 |
| commit | 89fa6e3b285f2f83ff0e5d1c5b9907b1f4c33410 (patch) | |
| tree | 71945d3cf828c004b8b6b85878919448fd9df982 /python/__init__.py | |
| parent | 558ba0464a340514c7ba26b2f8ad458844ab92c3 (diff) | |
updating to latest sphinx-rtd theme and many doc formatting fixes
Diffstat (limited to 'python/__init__.py')
| -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 b7736f2f..cb8bc555 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -235,7 +235,7 @@ def open_view(*args, **kwargs): """ `open_view` 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. + .. 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. :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 :py:class:`BinaryView`, defaults to ``True`` |
