mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
c6db4811f9
Builtin container types have two potential link targets in the docs: - their entry in the list of builtin callables - their type documentation This change brings `bytes` and `bytearray` into line with other container types by having cross-references default to linking to their type documentation, rather than their builtin callable entry.