Unverified Commit 6767ce71 authored by zzz's avatar zzz Committed by GitHub
Browse files

fix typo in comment (#21088)



fix typo
Signed-off-by: default avatarxiaoyang zhu <zhuxiaoyang1996@gmail.com>
Signed-off-by: default avatarxiaoyang zhu <zhuxiaoyang1996@gmail.com>
parent 64b6b2b2
...@@ -394,7 +394,7 @@ class HfArgumentParser(ArgumentParser): ...@@ -394,7 +394,7 @@ class HfArgumentParser(ArgumentParser):
def parse_yaml_file(self, yaml_file: str, allow_extra_keys: bool = False) -> Tuple[DataClass, ...]: def parse_yaml_file(self, yaml_file: str, allow_extra_keys: bool = False) -> Tuple[DataClass, ...]:
""" """
Alternative helper method that does not use `argparse` at all, instead loading a json file and populating the Alternative helper method that does not use `argparse` at all, instead loading a yaml file and populating the
dataclass types. dataclass types.
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment