summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
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 bdc21dfc..4b1ebb1f 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -3229,7 +3229,7 @@ class BinaryView(object):
"""``get_functions_by_name`` returns a list of Function objects
function with a Symbol of ``name``.
- :param int name: name of the functions
+ :param str name: name of the functions
:param Platform plat: (optional) platform
:param list(SymbolType) ordered_filter: (optional) an ordered filter based on SymbolType
:return: returns a list of Function objects or an empty list