Skip to content

Commit b54b1b3

Browse files
authored
Update trainer.py
1 parent aebf3f4 commit b54b1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fabric/build_your_own_trainer/trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
checkpoint_dir: str = "./checkpoints",
3636
checkpoint_frequency: int = 1,
3737
) -> None:
38-
"""Exemplary Trainer with Fabric. This is a very simple trainer focused on readablity but with reduced
38+
"""Exemplary Trainer with Fabric. This is a very simple trainer focused on readability but with reduced
3939
featureset. As a trainer with more included features, we recommend using the
4040
:class:`lightning.pytorch.Trainer`.
4141

0 commit comments

Comments
 (0)