summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-03-09 05:53:15 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-03-09 05:53:15 (GMT)
commit9168c70438a4f95099dc77377ceb11017bd1ff36 (patch)
treecbf4573efdbf1d36ead9088a7aa42611b958ceaa
parentf114a3ae631b0391f9ca7d631a26b7ca4e99d4f9 (diff)
downloadcpython-9168c70438a4f95099dc77377ceb11017bd1ff36.zip
cpython-9168c70438a4f95099dc77377ceb11017bd1ff36.tar.gz
cpython-9168c70438a4f95099dc77377ceb11017bd1ff36.tar.bz2
SF Patch #912462: Relocate \end tag to the right place.
(Submitted by George Yoshida)
-rw-r--r--Doc/lib/libstdtypes.tex3
1 files changed, 2 insertions, 1 deletions
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 @@ 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}}