[Python-checkins] r54220 - python/trunk/Doc/lib/liburlparse.tex

georg.brandl python-checkins at python.org
Thu Mar 8 18:49:10 CET 2007


Author: georg.brandl
Date: Thu Mar  8 18:49:06 2007
New Revision: 54220

Modified:
   python/trunk/Doc/lib/liburlparse.tex
Log:
Fix #1676656: \em is different from \emph...


Modified: python/trunk/Doc/lib/liburlparse.tex
==============================================================================
--- python/trunk/Doc/lib/liburlparse.tex	(original)
+++ python/trunk/Doc/lib/liburlparse.tex	Thu Mar  8 18:49:06 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-checkins mailing list