Docs: Fix incorrect sphinx markup for a class member (GH-130970)

This commit is contained in:
Yuki Kobayashi 2025-03-18 00:28:56 +09:00 committed by GitHub
parent e708ac8dd4
commit 9a634c5c0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -535,7 +535,7 @@ details of bytecode instructions as :class:`Instruction` instances:
:class:`dis.Positions` object holding the
start and end locations that are covered by this instruction.
.. data::cache_info
.. data:: cache_info
Information about the cache entries of this instruction, as
triplets of the form ``(name, size, data)``, where the ``name``