]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: Fix incorrect sphinx markup for a class member (GH-130970) (GH-131366)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Mar 2025 15:46:05 +0000 (16:46 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 15:46:05 +0000 (16:46 +0100)
(cherry picked from commit 9a634c5c0cde70a0575c006d04e4cfe917f647ef)

Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Doc/library/dis.rst

index 23c7aa27c57e7e1c77cace430c046866616ece09..07b8781644183009a5b85f9b04b5e65a09990b64 100644 (file)
@@ -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``