Skip to content

Commit

Permalink
fix: [doc] replace 'ignore_missing' (obsolete) w/ 'ac_ignore_missing'
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Sep 30, 2018
1 parent 8187e2c commit 3a3a8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ configuration file[s] like the followings:
# Similar to the above but all or one of config file[s] might be missing.
conf4 = anyconfig.load(["/etc/foo.d/a.json", "/etc/foo.d/b.json"],
ignore_missing=True)
ac_ignore_missing=True)
# Specify config files by glob path pattern:
conf5 = anyconfig.load("/etc/foo.d/*.json")
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ configuration file[s] like the followings:
# Similar to the above but all or one of config file[s] might be missing.
conf4 = anyconfig.load(["/etc/foo.d/a.json", "/etc/foo.d/b.json"],
ignore_missing=True)
ac_ignore_missing=True)
# Specify config files by glob path pattern:
conf5 = anyconfig.load("/etc/foo.d/*.json")
Expand Down

0 comments on commit 3a3a8af

Please sign in to comment.