summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2007-03-29 23:11:24 (GMT)
committerFred Drake <fdrake@acm.org>2007-03-29 23:11:24 (GMT)
commit0e074483e7b1f99488c57296b34452fec718a895 (patch)
tree5fb8eedb236e57b021dff4529d583a25d4515b7f /Doc/lib
parent6b18a5bb3228b7af47d23941bb74d0224e2540d0 (diff)
downloadcpython-0e074483e7b1f99488c57296b34452fec718a895.zip
cpython-0e074483e7b1f99488c57296b34452fec718a895.tar.gz
cpython-0e074483e7b1f99488c57296b34452fec718a895.tar.bz2
make the markup match that of the trunk to avoid insane spread of
mystery italics
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/liburlparse.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex
index 0473aed..76622d5 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}