Skip to content

Commit

Permalink
Merge pull request #92 from JPM4/patch-1
Browse files Browse the repository at this point in the history
fix var typo in README
  • Loading branch information
dnephin committed Feb 24, 2017
2 parents c3e3c5c + 51da6cc commit 04ccf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ file and read some values from it.
namespace = 'hosts'
# Load configuration from the file into namespace `hosts`
staticconf.YamlConfiguration(file, namespace=namespace)
staticconf.YamlConfiguration(filename, namespace=namespace)
...
# Some time later on, read values from that namespace
Expand Down

0 comments on commit 04ccf3c

Please sign in to comment.