Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ef9b8e

Browse files
Johnny Gérardcsabella
authored andcommitted
Correct misspelling (GH-11470)
1 parent e250061 commit 4ef9b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ the comprehension is executed in a separate implicitly nested scope. This ensure
196196
that names assigned to in the target list don't "leak" into the enclosing scope.
197197

198198
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
199+
directly in the enclosing scope and then passed as an argument to the implicitly
200200
nested scope. Subsequent :keyword:`!for` clauses and any filter condition in the
201201
leftmost :keyword:`!for` clause cannot be evaluated in the enclosing scope as
202202
they may depend on the values obtained from the leftmost iterable. For example:

0 commit comments

Comments
 (0)