fix return description

This commit is contained in:
Jakub Trllo 2025-03-11 12:10:28 +01:00
parent 5a88698ce1
commit 3853fab3f4

View file

@ -536,7 +536,7 @@ def _get_real_files_to_render(collection, frames_to_render):
collection (clique.Collection): absolute paths
frames_to_render (list[int]): of int 1001
Returns:
(list[str]): absolut paths of files to be rendered
list[str]: absolute paths of files to be rendered
Example:
--------