mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fixed index references to modules.
This commit is contained in:
parent
6206394a4b
commit
54820dc8e4
14 changed files with 44 additions and 42 deletions
|
|
@ -75,7 +75,7 @@ to control pickling: they can define methods called
|
|||
\code{__getinitargs__()}, \code{__getstate__()} and
|
||||
\code{__setstate__()}. See the description of module \code{pickle}
|
||||
for information on these methods.
|
||||
\stmodindex{pickle}
|
||||
\refstmodindex{pickle}
|
||||
\renewcommand{\indexsubitem}{(copy protocol)}
|
||||
\ttindex{__getinitargs__}
|
||||
\ttindex{__getstate__}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue