diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 19:09:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 19:09:37 (GMT) |
commit | 6884e3b94b228d1f4266a52ffef5a5fef99a5fb6 (patch) | |
tree | 87adc181b5c4e97ef4bd88bd963939893a88f8cf /Doc | |
parent | c416445d7e3616f7fd8caf4174a7b8c5e6a1c453 (diff) | |
download | cpython-6884e3b94b228d1f4266a52ffef5a5fef99a5fb6.zip cpython-6884e3b94b228d1f4266a52ffef5a5fef99a5fb6.tar.gz cpython-6884e3b94b228d1f4266a52ffef5a5fef99a5fb6.tar.bz2 |
Reduce warning count from partparse.py.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liburlparse.tex | 3 | ||||
-rw-r--r-- | Doc/liburlparse.tex | 3 |
2 files changed, 2 insertions, 4 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: 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: |