This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomaspcavalli
Recipients docs@python, thomaspcavalli
Date 2021-04-05.01:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617585064.51.0.708805253102.issue43730@roundup.psfhosted.org>
In-reply-to
Content
The last sentence of this section seems wrong to me:

"If there is no / in the function definition, there are no positional-only parameters."

Should this better be:

"If there is no / in the function definition, there are only positional-only parameters."

Reading further down does not seem to me to clarify this question.
History
Date User Action Args
2021-04-05 01:11:04thomaspcavallisetrecipients: + thomaspcavalli, docs@python
2021-04-05 01:11:04thomaspcavallisetmessageid: <1617585064.51.0.708805253102.issue43730@roundup.psfhosted.org>
2021-04-05 01:11:04thomaspcavallilinkissue43730 messages
2021-04-05 01:11:04thomaspcavallicreate