Skip to content

Commit 97c62c2

Browse files
committed
match __init__ doc
1 parent a1b360c commit 97c62c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hyperlink/_url.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,8 @@ def userinfo(self):
10281028
def uses_netloc(self):
10291029
# type: () -> Optional[bool]
10301030
"""
1031-
Whether the textual URL representation will contain a ``://`` netloc
1032-
separator.
1031+
Indicates whether ``://`` (the "netloc separator") will appear to
1032+
separate the scheme from the *path* in cases where no host is present.
10331033
"""
10341034
return self._uses_netloc
10351035

0 commit comments

Comments
 (0)