]> granicus.if.org Git - python/commitdiff
Patch #646824: Remove extra \end.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 3 Dec 2002 18:09:02 +0000 (18:09 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 3 Dec 2002 18:09:02 +0000 (18:09 +0000)
Doc/lib/libstdtypes.tex

index 6f9e4533702df38216caf582d3ed952e41ae0d9f..4372ec17cabb0f6ab3503b5f0756d75a8ff85cf7 100644 (file)
@@ -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}