mirror of https://github.com/python/cpython
Fix #1676656: \em is different from \emph...
(backport from rev. 54220)
This commit is contained in:
parent
0c4f3fda50
commit
dfc2966001
|
@ -168,7 +168,7 @@ for \function{urlparse()}.
|
||||||
|
|
||||||
If you do not want that behavior, preprocess
|
If you do not want that behavior, preprocess
|
||||||
the \var{url} with \function{urlsplit()} and \function{urlunsplit()},
|
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}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{urldefrag}{url}
|
\begin{funcdesc}{urldefrag}{url}
|
||||||
|
|
Loading…
Reference in New Issue