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: Documentation for `@singledispatch` and `@singledispatchmethod` could be improved
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: AlexWaygood, docs@python, lukasz.langa, miss-islington, rhettinger
Priority: normal Keywords: patch

Created on 2021-11-05 12:15 by AlexWaygood, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29426 merged AlexWaygood, 2021-11-05 12:19
PR 29430 merged miss-islington, 2021-11-05 16:26
PR 29431 merged miss-islington, 2021-11-05 16:26
Messages (3)
msg405788 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2021-11-05 12:15
The documentation for `functools.singledispatch` and `functools.singledispatchmethod` contains a few small grammar mistakes and instances of slightly inelegant writing. PR to follow shortly.
msg405809 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-11-05 16:53
Thanks, Alex! ✨ 🍰 ✨  

I'm not a native speaker so your review of my language use was helpful 🤓
msg405810 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2021-11-05 16:54
Thanks for reviewing and merging, Łukasz -- appreciate it!
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89889
2021-11-05 16:54:34AlexWaygoodsetmessages: + msg405810
2021-11-05 16:53:22lukasz.langasetstatus: open -> closed
resolution: fixed
messages: + msg405809

stage: patch review -> resolved
2021-11-05 16:26:53miss-islingtonsetpull_requests: + pull_request27686
2021-11-05 16:26:44miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request27685
2021-11-05 12:19:34AlexWaygoodsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27679
2021-11-05 12:15:07AlexWaygoodcreate