The docs for the hash() builtin use :meth:`__hash__`, but this doesn't actually link to the datamodel documentation for __hash__: it needs :meth:`~object.__hash__` instead.
I'm fixing this in the builtin functions docs, but there are probably more places.
Why don't we warn when a :meth: link doesn't actually create a link?
JelleZijlstra commentedApr 8, 2022
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: