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 3b5342c commit e42b705Copy full SHA for e42b705
Doc/reference/compound_stmts.rst
@@ -176,7 +176,7 @@ statement executed in the first suite skips the rest of the suite and continues
176
with the next item, or with the :keyword:`else` clause if there is no next
177
item.
178
179
-The for-loop makes assignments to the variables(s) in the target list.
+The for-loop makes assignments to the variables in the target list.
180
This overwrites all previous assignments to those variables including
181
those made in the suite of the for-loop::
182
0 commit comments