summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-08 17:49:06 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-08 17:49:06 (GMT)
commit6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86 (patch)
tree6a5ab062c6d2e5cb65aae011698173d3067438ed /Doc
parent1843b689178adf92355939f06e96901132c5288d (diff)
downloadcpython-6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86.zip
cpython-6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86.tar.gz
cpython-6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86.tar.bz2
Fix #1676656: \em is different from \emph...
Diffstat (limited to 'Doc')
-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 f0667ed..16f38a0 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}