Commit b7af4e75 authored by Adorilson Bezerra's avatar Adorilson Bezerra Committed by Julien Palard

Doc: remove duplicate word in controlflow tutorial (GH-16163)

parent 56a45142
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment