diff options
Diffstat (limited to 'Doc/lib/liburlparse.tex')
-rw-r--r-- | Doc/lib/liburlparse.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 76fd9f8..bfd1c0d 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -20,8 +20,7 @@ draft!). It defines the following functions: -\begin{funcdesc}{urlparse}{urlstring\optional{\, -default_scheme\optional{\, allow_fragments}}} +\begin{funcdesc}{urlparse}{urlstring\optional{, default_scheme\optional{, allow_fragments}}} Parse a URL into 6 components, returning a 6-tuple: (addressing scheme, network location, path, parameters, query, fragment identifier). This corresponds to the general structure of a URL: |