[3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-131366)

(cherry picked from commit 9a634c5c0c)

Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-03-17 16:46:05 +01:00 committed by GitHub
parent 6ceb8fcfb6
commit 3feebdd61d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -492,7 +492,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``