Skip to content

Commit

Permalink
fix typo error in docstring of LightningLoggerBase.after_save_checkpo…
Browse files Browse the repository at this point in the history
…int (#8737)

(cherry picked from commit 1c0786e)
  • Loading branch information
Aiden-Jeon authored and SeanNaren committed Aug 10, 2021
1 parent ba1d02d commit 30244fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/loggers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def after_save_checkpoint(self, checkpoint_callback: "ReferenceType[ModelCheckpo
Called after model checkpoint callback saves a new checkpoint
Args:
model_checkpoint: the model checkpoint callback instance
checkpoint_callback: the model checkpoint callback instance
"""
pass

Expand Down

0 comments on commit 30244fd

Please sign in to comment.