commit | 6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Mar 08 17:49:06 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Mar 08 17:49:06 2007 +0000 |
tree | 6a5ab062c6d2e5cb65aae011698173d3067438ed | |
parent | 1843b689178adf92355939f06e96901132c5288d [diff] [blame] |
Fix #1676656: \em is different from \emph...
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 @@ 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}