diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-03 18:09:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-03 18:09:02 (GMT) |
commit | 71aa6d6db902455d1044e3348c80763f0e0ce639 (patch) | |
tree | ff7a57f891de0c525996dd028f524af546837685 | |
parent | b1e4bf9dc17291b0722ee78e1952030646919048 (diff) | |
download | cpython-71aa6d6db902455d1044e3348c80763f0e0ce639.zip cpython-71aa6d6db902455d1044e3348c80763f0e0ce639.tar.gz cpython-71aa6d6db902455d1044e3348c80763f0e0ce639.tar.bz2 |
Patch #646824: Remove extra \end.
-rw-r--r-- | Doc/lib/libstdtypes.tex | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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} |