Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:

Quoting 
https://docs.python.org/3.10/tutorial/controlflow.html#positional-only-parameters:
"Positional-only parameters are placed before a / (forward-slash). The / is 
used to logically separate the positional-only parameters from the rest of the 
parameters. If there is no / in the function definition, there are no 
positional-only parameters."

Note the preposition in the first sentence: Positional-only parameters are 
placed _before_ a forward slash.

See also the examples: 
https://docs.python.org/3.10/tutorial/controlflow.html#function-examples


AFAICS, the docs are clear and understandable.

Suggesting closing this as "not a bug".

----------
nosy: +erlendaasland, zach.ware

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43730>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to