[Python-3000-checkins] r54610 - python/branches/p3yk/Doc/lib/liburlparse.tex
fred.drake
python-3000-checkins at python.org
Fri Mar 30 01:11:29 CEST 2007
Author: fred.drake
Date: Fri Mar 30 01:11:24 2007
New Revision: 54610
Modified:
python/branches/p3yk/Doc/lib/liburlparse.tex
Log:
make the markup match that of the trunk to avoid insane spread of
mystery italics
Modified: python/branches/p3yk/Doc/lib/liburlparse.tex
==============================================================================
--- python/branches/p3yk/Doc/lib/liburlparse.tex (original)
+++ python/branches/p3yk/Doc/lib/liburlparse.tex Fri Mar 30 01:11:24 2007
@@ -168,7 +168,7 @@
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}
More information about the Python-3000-checkins
mailing list