We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df9eea commit cbe5466Copy full SHA for cbe5466
1 file changed
Doc/library/urllib.parse.rst
@@ -56,7 +56,7 @@ or on combining URL components into a URL string.
56
:class:`SplitResult` or :class:`SplitResultBytes`.
57
This corresponds to the general structure of a URL:
58
``scheme://netloc/path?query#fragment``.
59
- Each tuple item is a string, possibly empty.
+ Each tuple item is a string, possibly empty.
60
61
The delimiters as shown above are not part of the result, except for a
62
leading slash in the *path* component, which is retained if present.
0 commit comments