summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-10-11 09:25:18 -0400
committerPeter LaFosse <peter@vector35.com>2021-10-11 14:59:24 -0400
commit71cc80f6bc9f7e8ef8fb8cf33f288b8904dba756 (patch)
treec3b856c9dd188ed560a7a826f0f223520c602f69 /python
parent8e505f2fcf20f73429e1e6406cb2959ba0c68b40 (diff)
Fix documentation string for get_functions_by_name
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index da463655..212e02c4 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -3550,7 +3550,7 @@ class BinaryView:
:rtype: list(Function)
:Example:
- >>> bv.get_function_by_name("main"))
+ >>> bv.get_function_by_name("main")
<func: x86_64@0x1587>
>>>
"""