From e42b705188271da108de42b55d9344642170aa2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20Delfino?= Date: Thu, 26 Jul 2018 12:35:23 -0300 Subject: [PATCH] Fix typo: variables(s) (GH-8482) Remove extra `(s)` in the documentation of `compound_stmts`. --- Doc/reference/compound_stmts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 3372d27aa1..208b3ed20e 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -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 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 those made in the suite of the for-loop:: -- 2.40.0