https://github.com/python/cpython/commit/3feebdd61d44502f19cf2a238c6eddfd1ddfd57a
commit: 3feebdd61d44502f19cf2a238c6eddfd1ddfd57a
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: encukou <encu...@gmail.com>
date: 2025-03-17T16:46:05+01:00
summary:

[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 <drsuaimqj...@gmail.com>

files:
M Doc/library/dis.rst

diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 23c7aa27c57e7e..07b87816441830 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``

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to