8000 [3.13] Docs: Fix incorrect sphinx markup for a class member (GH-13097… · python/cpython@3feebdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3feebdd

Browse files
[3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-131366)
(cherry picked from commit 9a634c5) Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
1 parent 6ceb8fc commit 3feebdd

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)
0