Skip to content

Commit 1e314cf

Browse files
committed
Clarify documentation
1 parent d2b7859 commit 1e314cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonwhat/tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ def taskRunEval(
379379
code = compile(tree, "<script>", mode)
380380

381381
# Set up environment --------------------------------------------------
382-
# avoid deepy copy if specified, or just looking up variable by name
382+
# avoid deep copy if specified, or if just looking up variable by name
383+
# unpack 'container nodes' first
383384
if isinstance(tree, ast.Module):
384385
tree = tree.body
385386
if isinstance(tree, ast.Expression):

0 commit comments

Comments
 (0)