Skip to content

Commit d1411ff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64eb3c7 commit d1411ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/pytorch/trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def __init__(
216216
``check_val_every_n_epoch`` > 1, validation is aligned to epoch multiples: if the interval elapses
217217
before the next multiple-N epoch, validation runs at the start of that epoch (after the first batch)
218218
and the timer resets; if it elapses during a multiple-N epoch, validation runs after the current batch.
219-
For ``None`` or ``1`` cases, the time-based behavior of ``val_check_interval`` applies without
219+
For ``None`` or ``1`` cases, the time-based behavior of ``val_check_interval`` applies without
220220
additional alignment.
221221
Default: ``1``.
222222

0 commit comments

Comments
 (0)