Skip to content

Commit

Permalink
docs: fix typo in set_struct usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-woven authored and Jasha10 committed Dec 6, 2022
1 parent 9078154 commit d883d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ it is possible to prevent the creation of fields that do not exist:
>>> conf.a.cc = 30
Traceback (most recent call last):
...
omegaconf.errors.ConfigAttributeError: Error setting cc=30 : Key 'cc' in not in struct
omegaconf.errors.ConfigAttributeError: Error setting cc=30 : Key 'cc' is not in struct
full_key: a.cc
reference_type=Any
object_type=dict
Expand Down

0 comments on commit d883d07

Please sign in to comment.