This commit is contained in:
Skip Montanaro 2005-04-29 14:44:31 +00:00
parent 959fdd2fdb
commit 9dc201b9e4
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Specification: the 'for' Loop
else:
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
nested or outer for-loops, and the user cannot override the
built-ins referenced.)