Update `check_yaml()` comment (#4713)

* Update `check_yaml()` comment

* Cleanup
pull/4715/head
Glenn Jocher 2021-09-08 16:01:03 +02:00 committed by GitHub
parent f984cce52a
commit 25a7e1dae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ def check_suffix(file='yolov5s.pt', suffix=('.pt',), msg=''):
def check_yaml(file, suffix=('.yaml', '.yml')):
# Check YAML file(s) for acceptable suffixes
# Search/download YAML file (if necessary) and return path, checking suffix
return check_file(file, suffix)