Skip to content

Commit

Permalink
Doc: remove duplicate word in controlflow tutorial (pythonGH-16163)
Browse files Browse the repository at this point in the history
  • Loading branch information
adorilson authored and JulienPalard committed Sep 16, 2019
1 parent 56a4514 commit b7af4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/controlflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7af4e7

Please sign in to comment.