aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/python.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/target/python.lux')
-rw-r--r--stdlib/source/library/lux/target/python.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/library/lux/target/python.lux b/stdlib/source/library/lux/target/python.lux
index e1197964b..b02449eb7 100644
--- a/stdlib/source/library/lux/target/python.lux
+++ b/stdlib/source/library/lux/target/python.lux
@@ -14,18 +14,18 @@
["%" \\format (.only format)]]
[collection
["[0]" list (.use "[1]#[0]" functor mix)]]]
- [macro
- [syntax (.only syntax)]
- ["[0]" template]]
[math
[number
["n" nat]
["f" frac]]]
[meta
- [type
- [primitive (.except)]]
["[0]" code (.only)
- ["<[1]>" \\parser]]]]])
+ ["<[1]>" \\parser]]
+ [macro
+ [syntax (.only syntax)]
+ ["[0]" template]]
+ [type
+ [primitive (.except)]]]]])
(.def input_separator
", ")