mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
[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:
parent
6ceb8fcfb6
commit
3feebdd61d
1 changed files with 1 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue