Skip to content

Commit

Permalink
Clarify comments in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
odelalleau committed Mar 25, 2021
1 parent 57c3613 commit 6898d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,9 @@ If a string is given as input, ``OmegaConf.select()`` is used to access the corr
... "node012": "10.0.0.3",
... "node075": "10.0.1.8",
... },
... # Explicit interpolation `${machines}` as input.
... # Obtaining keys with explicit interpolation as input.
... "nodes": "${oc.dict.keys:${machines}}",
... # Config node name `machines` as input.
... # Obtaining values with node name as input.
... "ips": "${oc.dict.values:machines}",
... }
... )
Expand Down

0 comments on commit 6898d48

Please sign in to comment.