From 817227ebd522f2051004525fc39f31a9edd47292 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 16 Sep 2019 00:13:14 -0700 Subject: [PATCH] Doc: remove duplicate word in controlflow tutorial (GH-16163) (cherry picked from commit b7af4e75657e6478920d00260c48a1a3020002fc) Co-authored-by: Adorilson Bezerra --- Doc/tutorial/controlflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index b7e003c550..3730a215d7 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -695,7 +695,7 @@ As guidance: * Use keyword-only when names have meaning and the function definition is more understandable by being explicit with names or you want to prevent users relying on the position of the argument being passed. -* For an API, use positional-only to prevent prevent breaking API changes +* For an API, use positional-only to prevent breaking API changes if the parameter's name is modified in the future. .. _tut-arbitraryargs: -- 2.50.1