mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix typo: variables(s) (GH-8482)
Remove extra `(s)` in the documentation of `compound_stmts`.
This commit is contained in:
parent
3b5342caaa
commit
e42b705188
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ statement executed in the first suite skips the rest of the suite and continues
|
||||||
with the next item, or with the :keyword:`else` clause if there is no next
|
with the next item, or with the :keyword:`else` clause if there is no next
|
||||||
item.
|
item.
|
||||||
|
|
||||||
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.
|
||||||
This overwrites all previous assignments to those variables including
|
This overwrites all previous assignments to those variables including
|
||||||
those made in the suite of the for-loop::
|
those made in the suite of the for-loop::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue