From 71aa6d6db902455d1044e3348c80763f0e0ce639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 3 Dec 2002 18:09:02 +0000 Subject: [PATCH] Patch #646824: Remove extra \end. --- Doc/lib/libstdtypes.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 6f9e4533702..4372ec17cab 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}