Skip to content

Commit d360ad8

Browse files
authored
📖 fix typo in docstrings (#237)
1 parent 872934c commit d360ad8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dagster_ray/core/pipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class PipesRayJobClient(dg.PipesClient, TreatAsResourceParam):
228228
from the glue job run. Defaults to `PipesRayJobMessageReader`.
229229
forward_termination (bool): Whether to cancel the `RayJob` job run when the Dagster process receives a termination signal.
230230
timeout (int): Timeout for various internal interactions with the Kubernetes RayJob.
231-
poll_interval (int): Interval at which to poll the Kubernetes for status updates.
231+
poll_interval (int): Interval at which to poll Kubernetes for status updates.
232232
Is useful when running in a local environment.
233233
"""
234234

src/dagster_ray/kuberay/pipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PipesKubeRayJobClient(dg.PipesClient, TreatAsResourceParam):
4545
forward_termination (bool): Whether to terminate the Ray job when the Dagster process receives a termination signal,
4646
or if the startup timeout is reached. Defaults to ``True``.
4747
timeout (int): Timeout for various internal interactions with the Kubernetes RayJob.
48-
poll_interval (int): Interval at which to poll the Kubernetes for status updates.
48+
poll_interval (int): Interval at which to poll Kubernetes for status updates.
4949
port_forward (bool): Whether to use Kubernetes port-forwarding to connect to the KubeRay cluster.
5050
Is useful when running in a local environment.
5151

0 commit comments

Comments
 (0)