We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250061 commit 4ef9b8eCopy full SHA for 4ef9b8e
1 file changed
Doc/reference/expressions.rst
@@ -196,7 +196,7 @@ the comprehension is executed in a separate implicitly nested scope. This ensure
196
that names assigned to in the target list don't "leak" into the enclosing scope.
197
198
The iterable expression in the leftmost :keyword:`!for` clause is evaluated
199
-directly in the enclosing scope and then passed as an argument to the implictly
+directly in the enclosing scope and then passed as an argument to the implicitly
200
nested scope. Subsequent :keyword:`!for` clauses and any filter condition in the
201
leftmost :keyword:`!for` clause cannot be evaluated in the enclosing scope as
202
they may depend on the values obtained from the leftmost iterable. For example:
0 commit comments