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.

classification
Title: Plural typo in Design and History FAQ
Type: Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: alexpovel, docs@python, nanjekyejoannah
Priority: normal Keywords: patch

Created on 2020-04-29 20:02 by alexpovel, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_plural_typo_in_documentation.patch alexpovel, 2020-04-29 20:02 Simple typo fix (git diff output)
Pull Requests
URL Status Linked Edit
PR 19799 merged alexpovel, 2020-04-29 20:02
Messages (2)
msg367696 - (view) Author: (alexpovel) * Date: 2020-04-29 20:02
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.
msg367707 - (view) Author: Joannah Nanjekye (nanjekyejoannah) * (Python committer) Date: 2020-04-29 22:20
After merging the associated PR, I believe this is resolved. Thanks Alex for reporting and solving this
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84621
2020-04-30 02:53:37ammar2setstatus: open -> closed
resolution: fixed
2020-04-29 22:20:20nanjekyejoannahsetnosy: + nanjekyejoannah

messages: + msg367707
stage: resolved
2020-04-29 20:02:11alexpovelcreate