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 alexpovel
Recipients alexpovel, docs@python
Date 2020-04-29.20:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588190531.44.0.663545958427.issue40441@roundup.psfhosted.org>
In-reply-to
Content
The documentation under "Design and History FAQ" has a typo in its "Why doesn’t Python have a “with” statement for attribute assignments?" section:

https://docs.python.org/3/faq/design.html#why-doesn-t-python-have-a-with-statement-for-attribute-assignments

where it says:

> Some language have a construct that looks like this:

which should of course read:

> Some languages have a construct that looks like this:

Attached is a git diff patch file.
History
Date User Action Args
2020-04-29 20:02:11alexpovelsetrecipients: + alexpovel, docs@python
2020-04-29 20:02:11alexpovelsetmessageid: <1588190531.44.0.663545958427.issue40441@roundup.psfhosted.org>
2020-04-29 20:02:11alexpovellinkissue40441 messages
2020-04-29 20:02:11alexpovelcreate