typo
This commit is contained in:
parent
959fdd2fdb
commit
9dc201b9e4
|
@ -167,7 +167,7 @@ Specification: the 'for' Loop
|
||||||
else:
|
else:
|
||||||
BLOCK2
|
BLOCK2
|
||||||
|
|
||||||
(However, 'it' and 'arg' are hidden from the user, their scope
|
(However, 'itr' and 'arg' are hidden from the user, their scope
|
||||||
ends when the while-loop is exited, and they are not shared with
|
ends when the while-loop is exited, and they are not shared with
|
||||||
nested or outer for-loops, and the user cannot override the
|
nested or outer for-loops, and the user cannot override the
|
||||||
built-ins referenced.)
|
built-ins referenced.)
|
||||||
|
|
Loading…
Reference in New Issue