From: Jeremy Stanley Date: Wed, 7 Oct 2020 15:51:01 +0000 (+0000) Subject: The del and return statements aren't functions X-Git-Tag: 0.3.0~1 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=3878bed244ee3637eb0f3fc5e08840ef3b876dea;hp=3878bed244ee3637eb0f3fc5e08840ef3b876dea;p=mudpy.git The del and return statements aren't functions 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. ---