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 c39be28..96dc9ac 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -1336,7 +1336,6 @@
 
 \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 @@
 \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}}