]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing ) in parenthical remark.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 8 Mar 2007 13:42:43 +0000 (13:42 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 8 Mar 2007 13:42:43 +0000 (13:42 +0000)
Doc/lib/liburlparse.tex

index 0473aed019882fac6e02dd67e385d80e3e085c83..f0667ed35a05a01a560f7c716bc5638c3e7e900c 100644 (file)
@@ -157,7 +157,7 @@ The \var{allow_fragments} argument has the same meaning and default as
 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}