From 6884e3b94b228d1f4266a52ffef5a5fef99a5fb6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 29 Dec 1997 19:09:37 +0000 Subject: [PATCH] Reduce warning count from partparse.py. --- Doc/lib/liburlparse.tex | 3 +-- Doc/liburlparse.tex | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 76fd9f8263..bfd1c0d500 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 76fd9f8263..bfd1c0d500 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: -- 2.50.1