From: Martin v. Löwis Date: Tue, 3 Dec 2002 18:09:02 +0000 (+0000) Subject: Patch #646824: Remove extra \end. X-Git-Tag: v2.3c1~3143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71aa6d6db902455d1044e3348c80763f0e0ce639;p=python Patch #646824: Remove extra \end. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 6f9e453370..4372ec17ca 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1117,7 +1117,6 @@ the dictionary as the value of \var{k}. \item[(6)] \function{popitem()} is useful to destructively iterate over a dictionary, as often used in set algorithms. -\end{description} \item[(7)] \function{fromkeys()} is a class method that returns a new dictionary. \var{value} defaults to \code{None}. \versionadded{2.3}