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 e3ab5898..40b5c1ff 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -7791,6 +7791,7 @@ class BinaryView:
``get_comment_at`` returns the address-based comment attached to the given address in this BinaryView
Note that address-based comments are different from function-level comments which are specific to each :py:Class:`Function`.
For more information, see :func:`address_comments`.
+
:param int addr: virtual address within the current BinaryView to apply the comment to
:rtype: str