Patch #646824: Remove extra \end.
This commit is contained in:
parent
b1e4bf9dc1
commit
71aa6d6db9
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue