From: Fred Drake Date: Fri, 6 Oct 2000 20:16:50 +0000 (+0000) Subject: Fix really bad typo, noted by Neil Schemenauer . X-Git-Tag: v2.0c1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=519744409b5030412616b8dc927fea157c68dd65;p=python Fix really bad typo, noted by Neil Schemenauer . --- diff --git a/Doc/lib/libcopy.tex b/Doc/lib/libcopy.tex index 446f53bacd..f931c02830 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}