DOC: `dtype.char` attribute erroneously links to `numpy.char`
Author: flying-sheepCreated Mar 10, 2025Updated Sep 17, 2026
Labels04 - Documentationtriage reviewsustain-2026
Issue with current documentation:
On https://numpy.org/doc/stable/reference/generated/numpy.dtype.html
link goes to
- https://numpy.org/doc/stable/reference/routines.char.html#module-numpy.char instead of
- https://numpy.org/doc/stable/reference/generated/numpy.dtype.char.html#numpy-dtype-char
Idea or request for content:
No response
Source: numpy/numpy