From 80fb9dec3c80b1ebd0ca243963ba093d57753c38 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Wed, 10 Nov 2021 14:15:52 -0700 Subject: [PATCH] pep8 --- capa/rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/rules.py b/capa/rules.py index e8aabd54..b69affcb 100644 --- a/capa/rules.py +++ b/capa/rules.py @@ -1067,7 +1067,7 @@ class RuleSet: elif isinstance(node, (ceng.Some)) and node.count == 0: # `optional:` and `0 or more:` are tricky to deal with. # - # when a subtree is optional, it may match, but not matching + # when a subtree is optional, it may match, but not matching # doesn't have any impact either. # now, our rule authors *should* not put this under `or:` # and this is checked by the linter,