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``