@@ -68,14 +68,14 @@ def hub_builder(
6868 # The nested dict is a dict acting as a set.
6969 # dict[str whl_name, dict[str alias_name, bool]]
7070 _extra_aliases = {}, # modified by _add_extra_aliases
71- # dict[str whl_name , list[str]]
71+ # dict[str group_name , list[str]]
7272 _group_map = {}, # modified by _add_group_map
7373 # Mapping of whl_library repo names and their kwargs.
7474 # dict[str repo_name, dict[str, object] kwargs]
7575 _whl_libraries = {}, # modified by _add_whl_library
7676 # Map of repos and their config settings, and repo the config
7777 # setting originated from.
78- # dict[str repo_name , dict[str config_setting, str repo_name]]
78+ # dict[str whl_name , dict[str config_setting, str repo_name]]
7979 _whl_map = {}, # modified by _add_whl_library
8080
8181 # Internal
@@ -130,7 +130,7 @@ def _build(self):
130130 # dict[str repo_name, dict[str repo_name, list[str]]]
131131 whl_map = whl_map ,
132132 # Maps a wheel to a list of groups
133- # dict[str whl_name , list[str]]
133+ # dict[str group_name , list[str]]
134134 group_map = self ._group_map ,
135135 # The per-package aliases for the hub to create.
136136 # dict[str package, list[str]]
0 commit comments