Commit 9168c704 authored by Hye-Shik Chang's avatar Hye-Shik Chang

SF Patch #912462: Relocate \end tag to the right place.

(Submitted by George Yoshida)
parent f114a3ae
......@@ -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}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment