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 Andy
Recipients Andy, docs@python
Date 2021-11-04.12:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636028224.13.0.297564810423.issue45712@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.11/tutorial/controlflow.html
(and earlier versions) have the sentence:

An unpacking like **rest is also supported. (But **_ would be redundant, so it not allowed.)

Although I'm not a native speaker, I suppose this is missing a verb and should read:

… so it is not allowed
History
Date User Action Args
2021-11-04 12:17:04Andysetrecipients: + Andy, docs@python
2021-11-04 12:17:04Andysetmessageid: <1636028224.13.0.297564810423.issue45712@roundup.psfhosted.org>
2021-11-04 12:17:04Andylinkissue45712 messages
2021-11-04 12:17:04Andycreate