diff --git a/pymbolic/compiler.py b/pymbolic/compiler.py index 96ff2c9a347800cfdbbfb823be1eb747853b55f4..2f749e2953ae9372c9f4131b1392708b874fd5db 100644 --- a/pymbolic/compiler.py +++ b/pymbolic/compiler.py @@ -101,7 +101,7 @@ class CompiledExpression(object): :arg variables: The first arguments (as strings or :class:`pymbolic.primitives.Variable` instances) to be used for the compiled function. All variables used by the expression and not - present here are added in alphabetical order. + present here are added in lexicographic order. """ self._compile(expression, variables)