renamed a keyword in docstring

This commit is contained in:
raphael60650 2021-07-28 19:59:49 +02:00
parent 4b7bc41de9
commit c9a8eb7cf4

View file

@ -4,7 +4,7 @@ import subprocess
def encode(file: str, format: str) -> None:
"""
Encode an .png image into a new format
:param src_file: .png image
:param file: .png image
:param format: new image format
"""
subprocess.run(["./tools/szs/wimgt", "ENCODE", file, "-x", format, "--overwrite"],