### Documentation [Defining Functions](https://docs.python.org/3/tutorial/controlflow.html#defining-functions) to [Function Examples](https://docs.python.org/3/tutorial/controlflow.html#function-examples) section should be made better for example: ```python formal parameters -> parameters parameter -> argument argument -> parameter may -> can foo(1, **{'name': 2}) -> foo(1, name=2) ``` <!-- gh-linked-prs --> ### Linked PRs * gh-145645 <!-- /gh-linked-prs -->