From d9b0f29b758702430aab01aea56fcf44f62d3542 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 3 Feb 2017 11:08:16 +0100 Subject: [PATCH] PEP-8 --- src/RestrictedPython/compile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RestrictedPython/compile.py b/src/RestrictedPython/compile.py index a37e641..cd56d1c 100644 --- a/src/RestrictedPython/compile.py +++ b/src/RestrictedPython/compile.py @@ -27,8 +27,8 @@ def _compile_restricted_mode( dont_inherit=dont_inherit) # TODO: Should be an elif check if policy is subclass of # RestrictionNodeTransformer any other object passed in as policy might - # throw an error or is a NodeVisitor subclass that could be initialized with - # three params. + # throw an error or is a NodeVisitor subclass that could be initialized + # with three parameters. # elif issubclass(policy, RestrictingNodeTransformer): else: c_ast = None