Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantuMope committed Jun 21, 2024
1 parent 58766a2 commit bbf4b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alf/config_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def func(self, a, b):
previous or future calls will raise a ValueError. This is helpful
in enforcing a singular point of initialization, thus eliminating
any potential side effects from possible prior or future overrides.
This flag overrides the mutable flag.
This flag overrides the mutable flag if True.
**kwargs: only used if ``prefix_or_dict`` is a str.
"""
if isinstance(prefix_or_dict, str):
Expand Down Expand Up @@ -348,7 +348,7 @@ def config1(config_name,
previous or future calls will raise a ValueError. This is helpful
in enforcing a singular point of initialization, thus eliminating
any potential side effects from possible prior or future overrides.
This flag overrides the mutable flag.
This flag overrides the mutable flag if True.
"""
config_node = _get_config_node(config_name)

Expand Down

0 comments on commit bbf4b10

Please sign in to comment.