From: Martin v. Löwis Date: Thu, 8 Mar 2007 13:42:43 +0000 (+0000) Subject: Add missing ) in parenthical remark. X-Git-Tag: v2.6a1~2079 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1843b689178adf92355939f06e96901132c5288d;p=thirdparty%2FPython%2Fcpython.git Add missing ) in parenthical remark. --- diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 0473aed01988..f0667ed35a05 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -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}