mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
Fix typo
This commit is contained in:
parent
8ede0fd8ef
commit
3ace7747ab
@ -186,7 +186,7 @@ def _expand_expression(nodes, configmanager, inputdata):
|
||||
except (SyntaxError, ValueError) as e:
|
||||
raise exc.InvalidArgumentException(
|
||||
'Bad confluent expression syntax (must use "{{" and "}}" if not '
|
||||
'desiring confluent exparnsion): ' + str(e))
|
||||
'desiring confluent expansion): ' + str(e))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user