mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix dosctrings
This commit is contained in:
parent
ee1cb86da3
commit
299e2cfd57
1 changed files with 5 additions and 5 deletions
|
|
@ -82,11 +82,11 @@ def construct_ayon_entity_uri(
|
|||
version: Union[int, str],
|
||||
representation_name: str
|
||||
) -> str:
|
||||
"""Construct Ayon entity URI from its components
|
||||
"""Construct AYON entity URI from its components
|
||||
|
||||
Returns:
|
||||
str: Ayon Entity URI to query entity path.
|
||||
Also works with `get_representation_path_by_ayon_uri`
|
||||
str: AYON Entity URI to query entity path.
|
||||
Also works with `get_representation_path_by_ayon_uri`
|
||||
"""
|
||||
if version < 0:
|
||||
version = "hero"
|
||||
|
|
@ -193,13 +193,13 @@ def get_representation_path_by_ayon_uri(
|
|||
uri: str,
|
||||
context: Optional[pyblish.api.Context]=None
|
||||
):
|
||||
"""Return resolved path for Ayon entity URI.
|
||||
"""Return resolved path for AYON entity URI.
|
||||
|
||||
Allow resolving 'latest' paths from a publishing context's instances
|
||||
as if they will exist after publishing without them being integrated yet.
|
||||
|
||||
Args:
|
||||
uri (str): Ayon entity URI. See `parse_ayon_uri`
|
||||
uri (str): AYON entity URI. See `parse_ayon_entity_uri`
|
||||
context (pyblish.api.Context): Publishing context.
|
||||
|
||||
Returns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue