Skip to content

Commit 4eb52bd

Browse files
sandereggCopilot
andauthored
Update services/director-v2/src/simcore_service_director_v2/core/settings.py
Co-authored-by: Copilot <[email protected]>
1 parent 716880d commit 4eb52bd

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/core

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ComputationalBackendSettings(BaseCustomSettings):
8585
COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_CLUSTER_TIMEOUT: datetime.timedelta = Field(
8686
default=datetime.timedelta(minutes=10),
8787
description="maximum time a pipeline can wait for a cluster to start"
88-
"(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formating).",
88+
"(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formatting).",
8989
)
9090

9191
@cached_property

0 commit comments

Comments
 (0)