Skip to content

Commit 68fdc4f

Browse files
koyuki7wmiss-islington
authored andcommitted
Docs: Fix incorrect sphinx markup for a class member (pythonGH-130970)
(cherry picked from commit 9a634c5) Co-authored-by: Yuki Kobayashi <[email protected]>
1 parent 6ceb8fc commit 68fdc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ details of bytecode instructions as :class:`Instruction` instances:
492492
:class:`dis.Positions` object holding the
493493
start and end locations that are covered by this instruction.
494494

495-
.. data::cache_info
495+
.. data:: cache_info
496496

497497
Information about the cache entries of this instruction, as
498498
triplets of the form ``(name, size, data)``, where the ``name``

0 commit comments

Comments
 (0)