Skip to content

Commit

Permalink
Fix doc-string format
Browse files Browse the repository at this point in the history
  • Loading branch information
emailweixu committed Dec 11, 2024
1 parent 462a081 commit e5e139b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alf/config_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ def config1(config_name,
override_all (bool): If True, the value of the config will be set regardless
of any pre-existing ``mutable`` or ``sole_init`` settings. This should
be used only when absolutely necessary (e.g., adjusting certain configs
such as mini_batch_size for DDP workers.)."""
such as mini_batch_size for DDP workers.).
"""
config_node = _get_config_node(config_name)

if raise_if_used and config_node.is_used():
Expand Down

0 comments on commit e5e139b

Please sign in to comment.