We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ec44b commit 3199262Copy full SHA for 3199262
examples/chef/sample_app_util/zap_file_parser.py
@@ -312,7 +312,7 @@ def generate_name(zap_file_path: str) -> str:
312
zap_file_path: Path to the zap file to parse for generating the metadata file.
313
314
Returns:
315
- Name of the file generated by following convention.
+ Name of the file generated by following the convention.
316
"""
317
parsed = generate_metadata(zap_file_path)
318
names = []
0 commit comments