From 21d9c3c96dcbe46f7ae30352282448bc1040f65a Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 25 Jun 2024 16:06:06 +0200 Subject: [PATCH] Grammar --- client/ayon_core/pipeline/create/creator_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/pipeline/create/creator_plugins.py b/client/ayon_core/pipeline/create/creator_plugins.py index e8ed40f684..1b90b142c0 100644 --- a/client/ayon_core/pipeline/create/creator_plugins.py +++ b/client/ayon_core/pipeline/create/creator_plugins.py @@ -156,7 +156,7 @@ class ProductConvertorPlugin(object): class BaseCreator: """Plugin that create and modify instance data before publishing process. - We should maybe find better name as creation is only one part of it's logic + We should maybe find better name as creation is only one part of its logic and to avoid expectations that it is the same as `avalon.api.Creator`. Single object should be used for multiple instances instead of single