diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 2e66a33da..8a995be27 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -498,7 +498,7 @@ (<| (as Extender) (function (_ handler)) (as Handler) - (function (_ name phase)) + (function (_ phase)) (as Phase) (function (_ archive parameters)) (as Operation) |