Skip to content

Commit 5befbe3

Browse files
authored
fix forgotten rename
1 parent fc65396 commit 5befbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/index/collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def _get_index_content(
448448
) -> Optional["IndexContent"]:
449449
if session is None:
450450
raise TypeError(
451-
"_get_html_page() missing 1 required keyword argument: 'session'"
451+
"_get_index_content() missing 1 required keyword argument: 'session'"
452452
)
453453

454454
url = link.url.split("#", 1)[0]

0 commit comments

Comments
 (0)