8000 Docs: Fix incorrect sphinx markup for a class member (GH-130970) · python/cpython@9a634c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a634c5

Browse files
authored
Docs: Fix incorrect sphinx markup for a class member (GH-130970)
1 parent e708ac8 commit 9a634c5

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
@@ -535,7 +535,7 @@ details of bytecode instructions as :class:`Instruction` instances:
535535
:class:`dis.Positions` object holding the
536536
start and end locations that are covered by this instruction.
537537

538-
.. data::cache_info
538+
.. data:: cache_info
539539

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

0 commit comments

Comments
 (0)
0