I just realized a possible inaccuracy: This documents instance attributes, not parameters. In which case the old docstring was (almost) correct. (sources is still a list[str], not a list[string | os.PathLike] because of os.fspath)
Originally posted by @Avasam in #311 (comment)
I just realized a possible inaccuracy: This documents instance attributes, not parameters. In which case the old docstring was (almost) correct. (sources is still a
list[str], not alist[string | os.PathLike]because ofos.fspath)Originally posted by @Avasam in #311 (comment)