diff options
author | Georg Brandl <georg@python.org> | 2007-03-08 17:49:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-08 17:49:06 (GMT) |
commit | 6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86 (patch) | |
tree | 6a5ab062c6d2e5cb65aae011698173d3067438ed | |
parent | 1843b689178adf92355939f06e96901132c5288d (diff) | |
download | cpython-6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86.zip cpython-6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86.tar.gz cpython-6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86.tar.bz2 |
Fix #1676656: \em is different from \emph...
-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 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} |