From 2c916888e728ddcee27a18ac25f0ff0b40b6967a Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi Date: Fri, 7 Mar 2025 03:31:31 +0000 Subject: [PATCH] Docs: Fix incorrect sphinx markup for a class member --- 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 fca4a550f28441..90e937ab2a91a6 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``