Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Apr 21, 2021
1 parent 6601c20 commit 7bb63b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reportengine/configparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def _resolve_key(self, key, ns, input_params=None, parents=None,
elif nsindex is not None:
return nsindex, nsval
elif produce_func:
raise ConfigError(("The key '%s' confilcts with a production rule "
raise ConfigError(("The key '%s' conflicts with a production rule "
"and no parser is defined.") % key)
else:
self.check_key_is_allowed(key, input_val)
Expand Down

0 comments on commit 7bb63b7

Please sign in to comment.