Fix typos in comments (#48316)

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/48316

Reviewed By: walterddr, mrshenli

Differential Revision: D25125123

Pulled By: malfet

fbshipit-source-id: 6f31e5456cc078cc61b288191f1933711acebba0
This commit is contained in:
Nikita Shulga
2020-11-24 10:55:00 -08:00
committed by Facebook GitHub Bot
parent 671ee71ad4
commit 2dff0b3e91
4 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ def main():
)
parser.add_argument(
'--selected-op-list-path',
help='Path to the yaml file that contains the list of operators to include for custom build.',
help='Path to the YAML file that contains the list of operators to include for custom build.',
)
parser.add_argument(
'--operators_yaml_path',