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 0866ba2 commit 27c94a6Copy full SHA for 27c94a6
Doc/reference/compound_stmts.rst
@@ -151,7 +151,7 @@ The :keyword:`!for` statement
151
single: : (colon); compound statement
152
153
The :keyword:`for` statement is used to iterate over the elements of a sequence
154
-(such as a string, tuple, or list) or other iterable object:
+(such as a string, tuple or list) or other iterable object:
155
156
.. productionlist:: python-grammar
157
for_stmt: "for" `target_list` "in" `starred_expression_list` ":" `suite`
0 commit comments