mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Docs: Fix incorrect sphinx markup for a class member (GH-130970)
This commit is contained in:
parent
e708ac8dd4
commit
9a634c5c0c
1 changed files with 1 additions and 1 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue