From a710ca28985930b35f9ff824bd934279e3fb985f Mon Sep 17 00:00:00 2001 From: highcloudwind Date: Wed, 7 Aug 2024 19:17:51 +0800 Subject: [PATCH] chore: fix comment (#1866) Signed-off-by: highcloudwind --- mythril/support/lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/support/lock.py b/mythril/support/lock.py index df14cc87..888b1bf4 100644 --- a/mythril/support/lock.py +++ b/mythril/support/lock.py @@ -66,7 +66,7 @@ class LockFile(object): def __exit__(self, type, value, traceback): """ - Lock get's released at the end of the `with` block + Lock gets released at the end of the `with` block """ if self.is_locked: self.release()