Skip to content

Commit b08b94e

Browse files
committed
improve docstring
1 parent b48422b commit b08b94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch_lightning/loggers/csv_logs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ def log_dir(self) -> str:
162162
@property
163163
def save_dir(self) -> Optional[str]:
164164
"""
165-
Get the save directory.
165+
The current directory where logs are saved.
166166
167167
Returns:
168-
The path to the save directory.
168+
The path to current directory where logs are saved.
169169
"""
170170
return self._save_dir
171171

0 commit comments

Comments
 (0)