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: Typo in dataclasses documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.smith Nosy List: andrei.avk, docs@python, eric.smith, miss-islington, python-dev
Priority: normal Keywords: easy, newcomer friendly, patch

Created on 2021-03-06 03:29 by andrei.avk, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24789 merged python-dev, 2021-03-08 22:11
PR 24790 merged miss-islington, 2021-03-08 22:50
PR 24791 merged miss-islington, 2021-03-08 22:50
Messages (5)
msg388193 - (view) Author: Andrei Kulakov (andrei.avk) * (Python triager) Date: 2021-03-06 03:29
Typo (explicit|ly) in library/dataclasses.rst:139:

139:     If :meth:`__hash__` is not explicit defined, or if it is set to ``None``,
msg388314 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-03-08 22:51
New changeset 0554044ddccdb7bf1fa4a8bc880e7a7b59f6479c by Guilherme Martins Crocetti in branch 'master':
bpo-43415: Fix typo on dataclasses.rst (#24789)
https://github.com/python/cpython/commit/0554044ddccdb7bf1fa4a8bc880e7a7b59f6479c
msg388315 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-03-08 22:52
New changeset fb3b0310305acdfad7c26705c2ee9a8712a43cf4 by Miss Islington (bot) in branch '3.9':
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24790)
https://github.com/python/cpython/commit/fb3b0310305acdfad7c26705c2ee9a8712a43cf4
msg388316 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-03-08 22:53
New changeset 6d4273356764a3837c914b2aced7a668c534e0be by Miss Islington (bot) in branch '3.8':
bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)
https://github.com/python/cpython/commit/6d4273356764a3837c914b2aced7a668c534e0be
msg388317 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-03-08 22:54
Thanks!
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87581
2021-03-08 22:54:09eric.smithsetstatus: open -> closed
resolution: fixed
messages: + msg388317

stage: patch review -> resolved
2021-03-08 22:53:31eric.smithsetmessages: + msg388316
2021-03-08 22:52:51eric.smithsetmessages: + msg388315
2021-03-08 22:52:01eric.smithsetassignee: docs@python -> eric.smith
title: Typo -> Typo in dataclasses documentation
2021-03-08 22:51:01eric.smithsetmessages: + msg388314
2021-03-08 22:50:57miss-islingtonsetpull_requests: + pull_request23558
2021-03-08 22:50:51miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request23557
2021-03-08 22:11:38python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request23555
stage: patch review
2021-03-06 10:57:53eric.smithsetnosy: + eric.smith
2021-03-06 03:57:46Mariattasetkeywords: + easy, newcomer friendly
2021-03-06 03:29:32andrei.avkcreate