Skip to content

Commit

Permalink
Update Readme to fix typo reflecting correct passage of kwargs
Browse files Browse the repository at this point in the history
Fixes a typo in the Readme preventing confusion amongst users
of this library.
  • Loading branch information
Jhnbrn90 committed Jul 11, 2024
1 parent 7c53230 commit 7ba7c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ configuration = confidence.loadf('path/to/configuration.yaml')
value = configuration.get('foo.bar')
value = configuration.get('foo.bar', default=42)
# or even kwargs, should you want to
# (passing bar=42 and foo='21 is only half the answer')
# (passing bar=42 and baz='21 is only half the answer')
function(**configuration.foo)

# namespaces are one honking great idea -- let's do more of those!
Expand Down

0 comments on commit 7ba7c2c

Please sign in to comment.