diff --git a/source/wszst/img.py b/source/wszst/img.py index 63e118e..adabd24 100644 --- a/source/wszst/img.py +++ b/source/wszst/img.py @@ -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"],