Skip to content

Commit

Permalink
Merge pull request #107 from Jhnbrn90/update-readme
Browse files Browse the repository at this point in the history
Update Readme to fix typo reflecting correct passage of kwargs
  • Loading branch information
akaIDIOT authored Jul 11, 2024
2 parents 7c53230 + 7ba7c2c commit bacb21b
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 bacb21b

Please sign in to comment.