Tests and docstrings improvements (#4475)

This commit is contained in:
Glenn Jocher 2023-08-21 17:02:14 +02:00 committed by GitHub
parent c659c0fa7b
commit 615ddc9d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 107 additions and 186 deletions

View file

@ -341,10 +341,10 @@ def yaml_load(file='data.yaml', append_filename=False):
def yaml_print(yaml_file: Union[str, Path, dict]) -> None:
"""
Pretty prints a yaml file or a yaml-formatted dictionary.
Pretty prints a YAML file or a YAML-formatted dictionary.
Args:
yaml_file: The file path of the yaml file or a yaml-formatted dictionary.
yaml_file: The file path of the YAML file or a YAML-formatted dictionary.
Returns:
None