diff options
author | Georg Brandl <georg@python.org> | 2007-03-08 17:49:17 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-08 17:49:17 +0000 |
commit | dfc29660010aeb201340c704261b35b3892fc4be (patch) | |
tree | 997e6470299fda7050aca7e249eaf973ea033009 /Doc/lib/liburlparse.tex | |
parent | 0c4f3fda5088b340035126b0a576f5edb4871c32 (diff) | |
download | cpython-git-dfc29660010aeb201340c704261b35b3892fc4be.tar.gz |
Fix #1676656: \em is different from \emph...
(backport from rev. 54220)
Diffstat (limited to 'Doc/lib/liburlparse.tex')
-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 0473aed019..76622d5341 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} |