The del and return statements aren't functions
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:51:01 +0000 (15:51 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 7 Oct 2020 15:51:01 +0000 (15:51 +0000)
Correct a number of uses of del and return which had superfluous
parentheses. These are statement keywords, not function names, so
don't require parentheses around their expressions.


No differences found