Skip to content

Commit 0702076

Browse files
committed
gh-151950: Fix dangling reference in pickletools docs
1 parent deeae2a commit 0702076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/pickletools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Programmatic interface
108108

109109
Provides an :term:`iterator` over all of the opcodes in a pickle, returning a
110110
sequence of ``(opcode, arg, pos)`` triples. *opcode* is an instance of an
111-
:class:`OpcodeInfo` class; *arg* is the decoded value, as a Python object, of
111+
:class:`!OpcodeInfo` class; *arg* is the decoded value, as a Python object, of
112112
the opcode's argument; *pos* is the position at which this opcode is located.
113113
*pickle* can be a string or a file-like object.
114114

0 commit comments

Comments
 (0)