summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcopy.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-06 19:39:47 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-06 19:39:47 (GMT)
commitd88d0a1d5b40982e4d67d9b5f88c634f3de78207 (patch)
tree6200afef93c172f57dc05d7229b77528004ddc1e /Doc/lib/libcopy.tex
parentcc773d3b11967b36684b0681e54ed6388bf7370c (diff)
downloadcpython-d88d0a1d5b40982e4d67d9b5f88c634f3de78207.zip
cpython-d88d0a1d5b40982e4d67d9b5f88c634f3de78207.tar.gz
cpython-d88d0a1d5b40982e4d67d9b5f88c634f3de78207.tar.bz2
It turns out that Guido does not like or encourage the use of the term
"disciplines" for the __*__() methods, so they should be referred to as "methods" or "special methods", as appropriate in context.
Diffstat (limited to 'Doc/lib/libcopy.tex')
-rw-r--r--Doc/lib/libcopy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcopy.tex b/Doc/lib/libcopy.tex
index 091d411..446f53b 100644
--- a/Doc/lib/libcopy.tex
+++ b/Doc/lib/libcopy.tex
@@ -93,6 +93,6 @@ argument and the memo dictionary as second argument.
\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}