From 45fe882cf0e8250d6b1d1b169b7f3e53a5dd1b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20M=C3=B6nnig?= Date: Thu, 18 Oct 2018 09:38:14 +0200 Subject: [PATCH] Grammar fix --- mythril/analysis/modules/multiple_sends.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mythril/analysis/modules/multiple_sends.py b/mythril/analysis/modules/multiple_sends.py index 0df17575..f00a5064 100644 --- a/mythril/analysis/modules/multiple_sends.py +++ b/mythril/analysis/modules/multiple_sends.py @@ -25,8 +25,8 @@ def execute(statespace): swc_id=MULTIPLE_SENDS, title="Multiple Calls", _type="Informational") issue.description = \ - "Multiple sends exist in one transaction, try to isolate each external call into its own transaction." \ - " As external calls can fail accidentally or deliberately.\nConsecutive calls: \n" + "Multiple sends exist in one transaction. Try to isolate each external call into its own transaction," \ + " as external calls can fail accidentally or deliberately.\nConsecutive calls: \n" for finding in findings: issue.description += \