Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a4514 commit b7af4e7Copy full SHA for b7af4e7
1 file changed
Doc/tutorial/controlflow.rst
@@ -695,7 +695,7 @@ As guidance:
695
* Use keyword-only when names have meaning and the function definition is
696
more understandable by being explicit with names or you want to prevent
697
users relying on the position of the argument being passed.
698
-* For an API, use positional-only to prevent prevent breaking API changes
+* For an API, use positional-only to prevent breaking API changes
699
if the parameter's name is modified in the future.
700
701
.. _tut-arbitraryargs:
0 commit comments