From 987d358a9a50c172cfdb843804f68fd9be5c3b42 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 25 Jun 2024 16:05:36 +0200 Subject: [PATCH] Fix more typos --- client/ayon_core/pipeline/create/creator_plugins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_core/pipeline/create/creator_plugins.py b/client/ayon_core/pipeline/create/creator_plugins.py index c832a9c3a0..e8ed40f684 100644 --- a/client/ayon_core/pipeline/create/creator_plugins.py +++ b/client/ayon_core/pipeline/create/creator_plugins.py @@ -128,7 +128,7 @@ class ProductConvertorPlugin(object): def collection_shared_data(self): """Access to shared data that can be used during 'find_instances'. - Retruns: + Returns: dict[str, Any]: Shared data. Raises: @@ -567,7 +567,7 @@ class BaseCreator: def collection_shared_data(self): """Access to shared data that can be used during creator's collection. - Retruns: + Returns: dict[str, Any]: Shared data. Raises: