[Python-checkins] r54219 - python/trunk/Doc/lib/liburlparse.tex
martin.v.loewis
python-checkins at python.org
Thu Mar 8 14:42:48 CET 2007
Author: martin.v.loewis
Date: Thu Mar 8 14:42:43 2007
New Revision: 54219
Modified:
python/trunk/Doc/lib/liburlparse.tex
Log:
Add missing ) in parenthical remark.
Modified: python/trunk/Doc/lib/liburlparse.tex
==============================================================================
--- python/trunk/Doc/lib/liburlparse.tex (original)
+++ python/trunk/Doc/lib/liburlparse.tex Thu Mar 8 14:42:43 2007
@@ -157,7 +157,7 @@
for \function{urlparse()}.
\note{If \var{url} is an absolute URL (that is, starting with \code{//}
- or \code{scheme://}, the \var{url}'s host name and/or scheme
+ or \code{scheme://}), the \var{url}'s host name and/or scheme
will be present in the result. For example:}
\begin{verbatim}
More information about the Python-checkins
mailing list