Skip to content

Commit 27c94a6

Browse files
authored
Update compound_stmts.rst
1 parent 0866ba2 commit 27c94a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The :keyword:`!for` statement
151151
single: : (colon); compound statement
152152

153153
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:
154+
(such as a string, tuple or list) or other iterable object:
155155

156156
.. productionlist:: python-grammar
157157
for_stmt: "for" `target_list` "in" `starred_expression_list` ":" `suite`

0 commit comments

Comments
 (0)