diff options
author | Fred Drake <fdrake@acm.org> | 2007-03-29 23:11:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-03-29 23:11:24 (GMT) |
commit | 0e074483e7b1f99488c57296b34452fec718a895 (patch) | |
tree | 5fb8eedb236e57b021dff4529d583a25d4515b7f | |
parent | 6b18a5bb3228b7af47d23941bb74d0224e2540d0 (diff) | |
download | cpython-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
-rw-r--r-- | Doc/lib/liburlparse.tex | 2 |
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} |