mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
modify docstring
This commit is contained in:
parent
1a61bd03e0
commit
539d4c8fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ def version_is_latest(project_name, version_id):
|
|||
|
||||
Args:
|
||||
project_name (str):Name of project where to look for queried entities.
|
||||
version_id (str|ObjectId): Version id which is checked.
|
||||
version_id (Union[str, ObjectId]): Version id which is checked.
|
||||
|
||||
Returns:
|
||||
bool: True if is latest version from subset else False.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue