]> granicus.if.org Git - python/commitdiff
Reduce warning count from partparse.py.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 19:09:37 +0000 (19:09 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 19:09:37 +0000 (19:09 +0000)
Doc/lib/liburlparse.tex
Doc/liburlparse.tex

index 76fd9f8263418394300adcb4bd621286ea599fab..bfd1c0d5006262beac01c415986290e7b0c7f517 100644 (file)
@@ -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:
index 76fd9f8263418394300adcb4bd621286ea599fab..bfd1c0d5006262beac01c415986290e7b0c7f517 100644 (file)
@@ -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: