Skip to content

Commit acc1683

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

2 files changed

Lines changed: 1 addition & 2 deletions

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

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Doc/library/lzma.rst
1818
Doc/library/mmap.rst
1919
Doc/library/multiprocessing.rst
2020
Doc/library/optparse.rst
21-
Doc/library/pickletools.rst
2221
Doc/library/pyexpat.rst
2322
Doc/library/select.rst
2423
Doc/library/socket.rst

0 commit comments

Comments
 (0)