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 JMcB17
Recipients JMcB17, docs@python
Date 2021-12-08.12:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638967048.9.0.598691354052.issue46013@roundup.psfhosted.org>
In-reply-to
Content
At https://docs.python.org/3/reference/datamodel.html#object.__hash__
It says:
Called by built-in function hash() and for operations on members of hashed collections including set, frozenset, and dict. __hash__() should return an integer.

How it's rendered there, the kerning made it confusing to me on a first read because dict. [new sentence]__hash__() looked like dict.__hash__().

I think a line break should be added, which I'll open a pr to do.
History
Date User Action Args
2021-12-08 12:37:28JMcB17setrecipients: + JMcB17, docs@python
2021-12-08 12:37:28JMcB17setmessageid: <1638967048.9.0.598691354052.issue46013@roundup.psfhosted.org>
2021-12-08 12:37:28JMcB17linkissue46013 messages
2021-12-08 12:37:28JMcB17create