Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7af4e7

Browse files
adorilsonJulienPalard
authored andcommitted
Doc: remove duplicate word in controlflow tutorial (pythonGH-16163)
1 parent 56a4514 commit b7af4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ As guidance:
695695
* Use keyword-only when names have meaning and the function definition is
696696
more understandable by being explicit with names or you want to prevent
697697
users relying on the position of the argument being passed.
698-
* For an API, use positional-only to prevent prevent breaking API changes
698+
* For an API, use positional-only to prevent breaking API changes
699699
if the parameter's name is modified in the future.
700700

701701
.. _tut-arbitraryargs:

0 commit comments

Comments
 (0)