fix type hint in docstrings

This commit is contained in:
Jakub Trllo 2023-07-20 15:53:35 +02:00
parent 64cc8ab97e
commit 5cb33b71bf

View file

@ -1165,7 +1165,7 @@ class CreatedInstance:
Args:
instance_data (Dict[str, Any]): Data in a structure ready for
'CreatedInstance' object.
creator (Creator): Creator plugin which is creating the instance
creator (BaseCreator): Creator plugin which is creating the instance
of for which the instance belong.
"""