From: Georg Brandl Date: Thu, 8 Mar 2007 17:49:17 +0000 (+0000) Subject: Fix #1676656: \em is different from \emph... X-Git-Tag: v2.5.1c1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfc29660010aeb201340c704261b35b3892fc4be;p=thirdparty%2FPython%2Fcpython.git Fix #1676656: \em is different from \emph... (backport from rev. 54220) --- diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 0473aed01988..76622d5341ad 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}