From: Fred Drake Date: Thu, 29 Mar 2007 23:11:24 +0000 (+0000) Subject: make the markup match that of the trunk to avoid insane spread of X-Git-Tag: v3.0a1~1092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e074483e7b1f99488c57296b34452fec718a895;p=python make the markup match that of the trunk to avoid insane spread of mystery italics --- diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 0473aed019..76622d5341 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -168,7 +168,7 @@ for \function{urlparse()}. If you do not want that behavior, preprocess the \var{url} with \function{urlsplit()} and \function{urlunsplit()}, -removing possible \em{scheme} and \em{netloc} parts. +removing possible \emph{scheme} and \emph{netloc} parts. \end{funcdesc} \begin{funcdesc}{urldefrag}{url}