]> granicus.if.org Git - python/commitdiff
SF Patch #912462: Relocate \end tag to the right place.
authorHye-Shik Chang <hyeshik@gmail.com>
Tue, 9 Mar 2004 05:53:15 +0000 (05:53 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Tue, 9 Mar 2004 05:53:15 +0000 (05:53 +0000)
(Submitted by George Yoshida)

Doc/lib/libstdtypes.tex

index c39be284b17ec05c4b2efbe9efa42586f404a334..96dc9ac10212fdb8271dc90df60ee29c63b8bc12 100644 (file)
@@ -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}}