summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py1
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']