summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-03-08 13:42:43 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-03-08 13:42:43 (GMT)
commit1843b689178adf92355939f06e96901132c5288d (patch)
tree8a643c2b79b9d6f8c3977f49e82fedf2545eb3ee /Doc
parentf1200f8255f1be807ed5fdabe444059f98fc42c7 (diff)
downloadcpython-1843b689178adf92355939f06e96901132c5288d.zip
cpython-1843b689178adf92355939f06e96901132c5288d.tar.gz
cpython-1843b689178adf92355939f06e96901132c5288d.tar.bz2
Add missing ) in parenthical remark.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liburlparse.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex
index 0473aed..f0667ed 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}