Fix some comments (#4209)

Signed-off-by: threehonor <pengqi@email.cn>
This commit is contained in:
threehonor
2025-03-26 04:04:55 +08:00
committed by GitHub
parent 72e1533587
commit fe8aef7760
4 changed files with 4 additions and 4 deletions

View File

@@ -363,7 +363,7 @@ def get_spec(file_name: Path, preset: Dict[str, str], config: Dict[str, str], pr
@lru_cache(maxsize=None)
def load_preset(preset_files: Sequence[Path]) -> Dict[str, str]:
"""
Loads the a directory of preset files, merges the result into one preset.
Loads a directory of preset files, merges the result into one preset.
"""
preset = {}
for fork_file in preset_files: