Patch #646824: Remove extra \end.

This commit is contained in:
Martin v. Löwis 2002-12-03 18:09:02 +00:00
parent b1e4bf9dc1
commit 71aa6d6db9
1 changed files with 0 additions and 1 deletions

View 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}