2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-26 21:20:30 +00:00
This commit is contained in:
Jarrod Johnson
2018-05-22 10:11:37 -04:00
parent 8ede0fd8ef
commit 3ace7747ab

View File

@@ -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))