Merge pull request #64 from rluijk/fix-print-helper-typo

small typos in print statement
pull/66/head
Feist Josselin 6 years ago committed by GitHub
commit d9d45941ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/scripts/functions_called.py

@ -2,7 +2,7 @@ import sys
from slither.slither import Slither
if len(sys.argv) != 2:
print('python.py function_called.py functions_called.sol')
print('python functions_called.py functions_called.sol')
exit(-1)
# Init slither

Loading…
Cancel
Save