edit doc strings

pull/428/head
Nikhil Parasaram 6 years ago
parent c41298a6a7
commit 34c9269e83
  1. 2
      mythril/support/signatures.py

@ -213,7 +213,7 @@ class SignatureDb(object):
@staticmethod @staticmethod
def get_sigs_from_file(file_name): def get_sigs_from_file(file_name):
""" """
:param funcs: accepts a list of functions :param file_name: accepts a filename
:return: their signature mappings :return: their signature mappings
""" """
sigs = {} sigs = {}

Loading…
Cancel
Save