Skip to content

Commit dc82ba8

Browse files
authored
[tune] fixes minor doc format issues (#44865)
on quote matching
1 parent c4dbc58 commit dc82ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/tune/tutorials/tune-stopping.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When running a Tune experiment, it can be challenging to determine the ideal dur
99
For instance, one may want to set up the experiment to stop under the following circumstances:
1010

1111
1. Set up an experiment to end after ``N`` epochs or when the reported evaluation score surpasses a particular threshold, whichever occurs first.
12-
2. Stop the experiment after ``T``` seconds.
12+
2. Stop the experiment after ``T`` seconds.
1313
3. Terminate when trials encounter runtime errors.
1414
4. Stop underperforming trials early by utilizing Tune's early-stopping schedulers.
1515

@@ -187,4 +187,4 @@ and early stopping schedulers.
187187
See the following resources for more information:
188188

189189
- :ref:`Tune Stopper API reference <tune-stoppers>`
190-
- For an experiment that was manually interrupted or the cluster dies unexpectedly while trials are still running, it's possible to resume the experiment. See :ref:`tune-fault-tolerance-ref`.
190+
- For an experiment that was manually interrupted or the cluster dies unexpectedly while trials are still running, it's possible to resume the experiment. See :ref:`tune-fault-tolerance-ref`.

0 commit comments

Comments
 (0)