From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:46:05 +0000 (+0100) Subject: [3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-131366) X-Git-Tag: v3.13.3~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3feebdd61d44502f19cf2a238c6eddfd1ddfd57a;p=thirdparty%2FPython%2Fcpython.git [3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-131366) (cherry picked from commit 9a634c5c0cde70a0575c006d04e4cfe917f647ef) Co-authored-by: Yuki Kobayashi --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 23c7aa27c57e..07b878164418 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -492,7 +492,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``