summaryrefslogtreecommitdiff
path: root/Doc/liburlparse.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/liburlparse.tex')
-rw-r--r--Doc/liburlparse.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/liburlparse.tex b/Doc/liburlparse.tex
index 32d88eeaef..3017a165e1 100644
--- a/Doc/liburlparse.tex
+++ b/Doc/liburlparse.tex
@@ -61,7 +61,7 @@ URL that was parsed originally had redundant delimiters, e.g. a ? with
an empty query (the draft states that these are equivalent).
\end{funcdesc}
-\begin{funcdesc}{urljoin}{base\, url\optional{\, allow_fragments}}
+\begin{funcdesc}{urljoin}{base, url\optional{, allow_fragments}}
Construct a full (``absolute'') URL by combining a ``base URL''
(\var{base}) with a ``relative URL'' (\var{url}). Informally, this
uses components of the base URL, in particular the addressing scheme,