Skip to content

Commit 8f0020c

Browse files
committed
Update cluster_environment.py
1 parent 56827f0 commit 8f0020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/plugins/environments/cluster_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ def node_rank(self) -> int:
4343
""" The rank (index) of the node on which the current process runs. """
4444

4545
def teardown(self) -> None:
46-
""" Clean up any environment variables after execution finishes. """
46+
""" Clean up any state set after execution finishes. """
4747
pass

0 commit comments

Comments
 (0)