From 3853fab3f432c97cc0d8abd51fdd2cd03f57e10d Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:10:28 +0100 Subject: [PATCH] fix return description --- client/ayon_core/pipeline/farm/pyblish_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/pipeline/farm/pyblish_functions.py b/client/ayon_core/pipeline/farm/pyblish_functions.py index 30ca506879..407bab43b9 100644 --- a/client/ayon_core/pipeline/farm/pyblish_functions.py +++ b/client/ayon_core/pipeline/farm/pyblish_functions.py @@ -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: --------