An update from David Eppstein.

This commit is contained in:
Barry Warsaw 2002-03-06 20:53:47 +00:00
parent 34d88481d0
commit 3aeb47188f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Specification
for_stmt: "for" for_test ":" suite ["else" ":" suite]
for_test: target_list "in" expression_list |
or_expr less_comp or_expr less_comp or_expr |
or_expr greater_comp identifier greater_comp or_expr
or_expr greater_comp or_expr greater_comp or_expr
less_comp: "<" | "<="
greater_comp: ">" | ">="