"disciplines" for the __*__() methods, so they should be referred to as
"methods" or "special methods", as appropriate in context.
\withsubitem{(copy protocol)}{\ttindex{__copy__()}\ttindex{__deepcopy__()}}
\begin{seealso}
-\seemodule{pickle}{Discussion of the special disciplines used to
+\seemodule{pickle}{Discussion of the special mmethds used to
support object state retrieval and restoration.}
\end{seealso}
\begin{funcdesc}{not_}{o}
\funcline{__not__}{o}
Return the outcome of \keyword{not} \var{o}. (Note that there is no
-\method{__not__()} discipline for object instances; only the
-interpreter core defines this operation.)
+\method{__not__()} method for object instances; only the interpreter
+core defines this operation.)
\end{funcdesc}
\begin{funcdesc}{truth}{o}