swapped argments order in docstring

This commit is contained in:
iLLiCiTiT 2023-01-28 00:40:08 +01:00
parent 430fe6aed4
commit 498c8564f7

View file

@ -1472,9 +1472,9 @@ class CreateContext:
Args: Args:
creator_identifier (str): creator_identifier (str):
variant (str): Variant used for subset name.
asset_doc (Dict[str, Any]): asset_doc (Dict[str, Any]):
task_name (str): Name of task to which is context related. task_name (str): Name of task to which is context related.
variant (str): Variant used for subset name.
pre_create_data (Dict[str, Any]): Pre-create attribute values. pre_create_data (Dict[str, Any]): Pre-create attribute values.
Returns: Returns: