From: Yuki Kobayashi Date: Mon, 17 Mar 2025 15:28:56 +0000 (+0900) Subject: Docs: Fix incorrect sphinx markup for a class member (GH-130970) X-Git-Tag: v3.14.0a7~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a634c5c0cde70a0575c006d04e4cfe917f647ef;p=thirdparty%2FPython%2Fcpython.git Docs: Fix incorrect sphinx markup for a class member (GH-130970) --- 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``