Skip to content

Commit 25495bd

Browse files
committed
Update domain.py
1 parent a6e2c6e commit 25495bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/yandex_cloud_ml_sdk/_runs/domain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ async def _create(
5151
custom_prompt_truncation_strategy: UndefinedOr[PromptTruncationStrategyType] = UNDEFINED,
5252
#: Custom response format
5353
custom_response_format: UndefinedOr[ResponseType] = UNDEFINED,
54-
#: :param timeout: The timeout, or the maximum time to wait for the request to complete in seconds.
55-
#: Defaults to 60 seconds.
54+
#: The timeout, or the maximum time to wait for the request to complete in seconds.
55+
#: Defaults to 60 seconds.
5656
timeout: float = 60,
5757
) -> RunTypeT:
5858
"""

0 commit comments

Comments
 (0)