We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b360c commit 97c62c2Copy full SHA for 97c62c2
1 file changed
src/hyperlink/_url.py
@@ -1028,8 +1028,8 @@ def userinfo(self):
1028
def uses_netloc(self):
1029
# type: () -> Optional[bool]
1030
"""
1031
- Whether the textual URL representation will contain a ``://`` netloc
1032
- separator.
+ Indicates whether ``://`` (the "netloc separator") will appear to
+ separate the scheme from the *path* in cases where no host is present.
1033
1034
return self._uses_netloc
1035
0 commit comments