Skip to content

Commit fc4f6f8

Browse files
Update pytorch_lightning/plugins/io/checkpoint_plugin.py
Co-authored-by: Adrian Wälchli <[email protected]>
1 parent 12e4e69 commit fc4f6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/plugins/io/checkpoint_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def load_checkpoint(self, path: _PATH, storage_options: Optional[Any] = None) ->
5555

5656
@abstractmethod
5757
def remove_checkpoint(self, path: _PATH) -> None:
58-
"""Remove checkpoint filepath from the filesystem.
58+
"""Remove checkpoint file from the filesystem.
5959
6060
Args:
6161
path: Path to checkpoint

0 commit comments

Comments
 (0)