summaryrefslogtreecommitdiffstats
path: root/Doc/liburlparse.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 19:09:37 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 19:09:37 (GMT)
commit6884e3b94b228d1f4266a52ffef5a5fef99a5fb6 (patch)
tree87adc181b5c4e97ef4bd88bd963939893a88f8cf /Doc/liburlparse.tex
parentc416445d7e3616f7fd8caf4174a7b8c5e6a1c453 (diff)
downloadcpython-6884e3b94b228d1f4266a52ffef5a5fef99a5fb6.zip
cpython-6884e3b94b228d1f4266a52ffef5a5fef99a5fb6.tar.gz
cpython-6884e3b94b228d1f4266a52ffef5a5fef99a5fb6.tar.bz2
Reduce warning count from partparse.py.
Diffstat (limited to 'Doc/liburlparse.tex')
-rw-r--r--Doc/liburlparse.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/liburlparse.tex b/Doc/liburlparse.tex
index 76fd9f8..bfd1c0d 100644
--- a/Doc/liburlparse.tex
+++ b/Doc/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: