Skip to content

Commit de43b07

Browse files
potiukuranusjr
andauthored
Update src/pip/_internal/utils/misc.py
Co-authored-by: Tzu-ping Chung <[email protected]>
1 parent 064533a commit de43b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def get_scheme_netloc_no_auth(url: str) -> str:
511511
"""
512512
Retrieve scheme + netloc with auth info removed
513513
514-
Returns: str(scheme + netloc without auth info)
514+
:return: str(scheme + netloc without auth info)
515515
"""
516516
url_no_auth = remove_auth_from_url(url)
517517
purl = urllib.parse.urlsplit(url_no_auth)

0 commit comments

Comments
 (0)