Skip to content

Commit

Permalink
Merge 7cf76c4 into 4a2830d
Browse files Browse the repository at this point in the history
  • Loading branch information
yujunz committed Jun 20, 2018
2 parents 4a2830d + 7cf76c4 commit 3f76fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyconfig/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _single_load(input_, ac_parser=None, ac_template=False,
# option is deprecated and removed completely.
if "ignore_missing" in options:
warnings.warn("keyword option 'ignore_missing' is deprecated, use "
"'ac_ignore_missing' isntead", DeprecationWarning)
"'ac_ignore_missing' instead", DeprecationWarning)
options["ac_ignore_missing"] = options["ignore_missing"]

LOGGER.info("Loading: %s", filepath)
Expand Down

0 comments on commit 3f76fac

Please sign in to comment.