Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
Closed
Description
Documentation
Inhttps://docs.python.org/dev/library/functions.html I added many/ and* markers in function prototypes. There were already a few of them here, and I bet there is some in other places in the doc too.
For newcomers it may look like a typo, and it may be hard for them to discover what it means.
I think it would be nice to tell them what it is, maybe by making all markers a link to theglossary or by displaying a message on mouse hover like « The parameters on the left of a / are positional-only. ».