Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Havlik committed Sep 14, 2017
1 parent f705290 commit f659c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestrictedPython/Eval.py
Expand Up @@ -85,7 +85,7 @@ def prepUnrestrictedCode(self):
used = set()
for node in ast.walk(exp_node):
if isinstance(node, ast.Name):
# Because there are now Name expressions which context
# Because there are no Name expressions which context
# is *not* Load, we changed the if here to an assert.
assert isinstance(node.ctx, ast.Load)
used.add(node.id)
Expand Down

0 comments on commit f659c5f

Please sign in to comment.