mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
swapped argments order in docstring
This commit is contained in:
parent
430fe6aed4
commit
498c8564f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1472,9 +1472,9 @@ class CreateContext:
|
|||
|
||||
Args:
|
||||
creator_identifier (str):
|
||||
variant (str): Variant used for subset name.
|
||||
asset_doc (Dict[str, Any]):
|
||||
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.
|
||||
|
||||
Returns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue