diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-06 20:16:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-06 20:16:50 (GMT) |
commit | 519744409b5030412616b8dc927fea157c68dd65 (patch) | |
tree | ddf83cdca61bf20c6c01b0d039f858a77c61e396 | |
parent | c6243e4e08f8103992a136c3996ea2bea89bab50 (diff) | |
download | cpython-519744409b5030412616b8dc927fea157c68dd65.zip cpython-519744409b5030412616b8dc927fea157c68dd65.tar.gz cpython-519744409b5030412616b8dc927fea157c68dd65.tar.bz2 |
Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>.
-rw-r--r-- | Doc/lib/libcopy.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcopy.tex b/Doc/lib/libcopy.tex index 446f53b..f931c02 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 mmethds used to +\seemodule{pickle}{Discussion of the special methods used to support object state retrieval and restoration.} \end{seealso} |