diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-04-19 15:14:58 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-04-19 15:14:58 -0400 |
| commit | 5e91cb790081dd4335b97892e3c284cb75fb8c32 (patch) | |
| tree | 1ea78073aab8d0af2f9781019fb082773c127972 /python/binaryview.py | |
| parent | 57202a56a057e12f679b47a73f108551ee4a1cce (diff) | |
small documentation fixes
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 980876b8..39908e49 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -2562,6 +2562,7 @@ class BinaryView: """ Dict of symbols (read-only) Items in the dict are lists of all symbols matching that name. + :Example: >>> bv.symbols['_main'] |
