aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/target/python.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/target/python.lux15
1 files changed, 4 insertions, 11 deletions
diff --git a/stdlib/source/documentation/lux/target/python.lux b/stdlib/source/documentation/lux/target/python.lux
index eeba814ae..4fa9c05e3 100644
--- a/stdlib/source/documentation/lux/target/python.lux
+++ b/stdlib/source/documentation/lux/target/python.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux {"-" char}
+ [lux "*"
["$" documentation {"+" documentation:}]
[data
[text {"+" \n}
@@ -27,7 +27,6 @@
($.default /.Literal)
($.default /.Access)
($.default /.Loop)
- ($.default /.Label)
($.default /.SVar)
($.default /.Single)
($.default /.PVar)
@@ -49,13 +48,11 @@
($.default /.slice)
($.default /.slice_from)
($.default /.dict)
- ($.default /.apply_*)
- ($.default /.apply_poly)
- ($.default /.apply_keyword)
+ ($.default /.apply/*)
+ ($.default /.splat_poly)
+ ($.default /.splat_keyword)
($.default /.the)
($.default /.do)
- ($.default /.do_poly)
- ($.default /.do_keyword)
($.default /.item)
($.default /.?)
($.default /.is)
@@ -101,10 +98,6 @@
($.default /.def)
($.default /.import)
($.default /.comment)
- ($.default /.cond)
- ($.default /.apply_1)
- ($.default /.apply_2)
- ($.default /.apply_3)
($.default /.str/1)
($.default /.ord/1)
($.default /.float/1)