Fix docstring argument

This commit is contained in:
Roy Nieterau 2024-06-25 10:19:09 +02:00
parent 3446d08bed
commit 20aa98912c

View file

@ -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.
"""