Skip to content

Commit

Permalink
docs: tweak docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 1, 2024
1 parent 66ea60c commit 778ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/logger_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def write_hparams(self, logger: AnyValue, hparams: dict[str, Any]) -> None:
class TensorBoardLoggerSpec(AbstractLoggerSpec):
"""Specification for TensorBoard logger.
Attributes:
Parameters
----------
log_dir : str
Directory where TensorBoard logs will be saved. If `overwrite` is `False`,
Expand Down

0 comments on commit 778ec97

Please sign in to comment.