From 9a634c5c0cde70a0575c006d04e4cfe917f647ef Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi Date: Tue, 18 Mar 2025 00:28:56 +0900 Subject: [PATCH] Docs: Fix incorrect sphinx markup for a class member (GH-130970) --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index fca4a550f284..90e937ab2a91 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -535,7 +535,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`` -- 2.47.3