Skip to content

Commit

Permalink
Update omegaconf/built_in_resolvers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Omry Yadan <[email protected]>
  • Loading branch information
odelalleau and omry authored Apr 1, 2021
1 parent e87784c commit 983a79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegaconf/built_in_resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def dict_values(
if dict_key is None:
# No path to `in_dict` in the existing config.
raise NotImplementedError(
"`oc.dict.values` currently only supports input config nodes that "
"`oc.dict.values` only supports input config nodes that "
"are accessible through the root config. See "
"https://github.com/omry/omegaconf/issues/650 for details."
)
Expand Down

0 comments on commit 983a79f

Please sign in to comment.