From 20aa98912cb095b9a872980155c0e010948e1899 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Tue, 25 Jun 2024 10:19:09 +0200 Subject: [PATCH] Fix docstring argument --- 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 e0b30763d0..b6ba5011f6 100644 --- a/client/ayon_core/pipeline/create/creator_plugins.py +++ b/client/ayon_core/pipeline/create/creator_plugins.py @@ -455,7 +455,7 @@ class BaseCreator: 'True' if did so. Args: - instance(List[CreatedInstance]): Instance objects which should be + instances (List[CreatedInstance]): Instance objects which should be removed. """