https://github.com/python/cpython/commit/9a634c5c0cde70a0575c006d04e4cfe917f647ef
commit: 9a634c5c0cde70a0575c006d04e4cfe917f647ef
branch: main
author: Yuki Kobayashi <[email protected]>
committer: encukou <[email protected]>
date: 2025-03-17T16:28:56+01:00
summary:
Docs: Fix incorrect sphinx markup for a class member (GH-130970)
files:
M Doc/library/dis.rst
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``
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]