Add simple docstring

This commit is contained in:
awsr
2025-12-19 15:46:04 -08:00
parent f8b812b68e
commit e2c5fc0a21
+1
View File
@@ -7,6 +7,7 @@ from installer import log
if TYPE_CHECKING:
from collections.abc import Callable
def options_section(section_identifier: tuple[str, str], options_dict: dict[str, OptionInfo | LegacyOption]):
"""Set the `section` value for all OptionInfo/LegacyOption items"""
for v in options_dict.values():
v.section = section_identifier
return options_dict