commit | 71aa6d6db902455d1044e3348c80763f0e0ce639 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 03 18:09:02 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 03 18:09:02 2002 +0000 |
tree | ff7a57f891de0c525996dd028f524af546837685 | |
parent | b1e4bf9dc17291b0722ee78e1952030646919048 [diff] |
Patch #646824: Remove extra \end.
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 6f9e453..4372ec1 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex
@@ -1117,7 +1117,6 @@ \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}