From: Hye-Shik Chang Date: Tue, 9 Mar 2004 05:53:15 +0000 (+0000) Subject: SF Patch #912462: Relocate \end tag to the right place. X-Git-Tag: v2.4a1~730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9168c70438a4f95099dc77377ceb11017bd1ff36;p=python SF Patch #912462: Relocate \end tag to the right place. (Submitted by George Yoshida) --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index c39be284b1..96dc9ac102 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -1336,7 +1336,6 @@ new dictionary. \var{value} defaults to \code{None}. \versionadded{2.3} \item[(8)] \function{pop()} raises a \exception{KeyError} when no default value is given and the key is not found. \versionadded{2.3} -\end{description} \item[(9)] \function{update()} accepts either another mapping object or an iterable of key/value pairs (as a tuple or other iterable of @@ -1346,6 +1345,8 @@ then is updated with those key/value pairs: \versionchanged[Allowed the argument to be an iterable of key/value pairs and allowed keyword arguments]{2.4} +\end{description} + \subsection{File Objects \label{bltin-file-objects}}