Skip to content

Commit e42b705

Browse files
andresdelfinopablogsal
authored andcommitted
Fix typo: variables(s) (GH-8482)
Remove extra `(s)` in the documentation of `compound_stmts`.
1 parent 3b5342c commit e42b705

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
@@ -176,7 +176,7 @@ statement executed in the first suite skips the rest of the suite and continues
176176
with the next item, or with the :keyword:`else` clause if there is no next
177177
item.
178178

179-
The for-loop makes assignments to the variables(s) in the target list.
179+
The for-loop makes assignments to the variables in the target list.
180180
This overwrites all previous assignments to those variables including
181181
those made in the suite of the for-loop::
182182

0 commit comments

Comments
 (0)