Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6884e3b

Browse files
committed
Reduce warning count from partparse.py.
1 parent c416445 commit 6884e3b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/lib/liburlparse.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ \section{Standard Module \sectcode{urlparse}}
2020

2121
It defines the following functions:
2222

23-
\begin{funcdesc}{urlparse}{urlstring\optional{\,
24-
default_scheme\optional{\, allow_fragments}}}
23+
\begin{funcdesc}{urlparse}{urlstring\optional{, default_scheme\optional{, allow_fragments}}}
2524
Parse a URL into 6 components, returning a 6-tuple: (addressing
2625
scheme, network location, path, parameters, query, fragment
2726
identifier). This corresponds to the general structure of a URL:

Doc/liburlparse.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ \section{Standard Module \sectcode{urlparse}}
2020

2121
It defines the following functions:
2222

23-
\begin{funcdesc}{urlparse}{urlstring\optional{\,
24-
default_scheme\optional{\, allow_fragments}}}
23+
\begin{funcdesc}{urlparse}{urlstring\optional{, default_scheme\optional{, allow_fragments}}}
2524
Parse a URL into 6 components, returning a 6-tuple: (addressing
2625
scheme, network location, path, parameters, query, fragment
2726
identifier). This corresponds to the general structure of a URL:

0 commit comments

Comments
 (0)