]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix #1676656: \em is different from \emph...
authorGeorg Brandl <georg@python.org>
Thu, 8 Mar 2007 17:49:06 +0000 (17:49 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 8 Mar 2007 17:49:06 +0000 (17:49 +0000)
Doc/lib/liburlparse.tex

index f0667ed35a05a01a560f7c716bc5638c3e7e900c..16f38a04c7adecda3c4da9d763390042692ccead 100644 (file)
@@ -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}