Skip to content

Commit

Permalink
chore: fix some comments (#1849)
Browse files Browse the repository at this point in the history
Signed-off-by: sellskin <[email protected]>
  • Loading branch information
sellskin authored Mar 27, 2024
1 parent 2bae84e commit ec71828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythril/support/signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Singleton(type):

@synchronized(lock)
def __call__(cls, *args, **kwargs):
"""Delegate the call to an existing resource or a a new one.
"""Delegate the call to an existing resource or a new one.
This is not thread- or process-safe by default. It must be protected with
a lock.
Expand Down
2 changes: 1 addition & 1 deletion mythril/support/support_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Singleton(type):
_instances: Dict = {}

def __call__(cls, *args, **kwargs):
"""Delegate the call to an existing resource or a a new one.
"""Delegate the call to an existing resource or a new one.
This is not thread- or process-safe by default. It must be protected with
a lock.
Expand Down

0 comments on commit ec71828

Please sign in to comment.