Skip to content

Commit cbe5466

Browse files
committed
Fix lint.
1 parent 6df9eea commit cbe5466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.parse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ or on combining URL components into a URL string.
5656
:class:`SplitResult` or :class:`SplitResultBytes`.
5757
This corresponds to the general structure of a URL:
5858
``scheme://netloc/path?query#fragment``.
59-
Each tuple item is a string, possibly empty.
59+
Each tuple item is a string, possibly empty.
6060

6161
The delimiters as shown above are not part of the result, except for a
6262
leading slash in the *path* component, which is retained if present.

0 commit comments

Comments
 (0)