New submission from Jelle Zijlstra <jelle.zijls...@gmail.com>:

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?

----------
assignee: docs@python
components: Documentation
messages: 416956
nosy: JelleZijlstra, docs@python
priority: normal
severity: normal
status: open
title: Many broken :meth: roles in the docs
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue47255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to