aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/target/python.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/target/python.lux')
-rw-r--r--stdlib/source/documentation/lux/target/python.lux28
1 files changed, 14 insertions, 14 deletions
diff --git a/stdlib/source/documentation/lux/target/python.lux b/stdlib/source/documentation/lux/target/python.lux
index 54bd826f4..eeba814ae 100644
--- a/stdlib/source/documentation/lux/target/python.lux
+++ b/stdlib/source/documentation/lux/target/python.lux
@@ -1,14 +1,14 @@
(.using
- [library
- [lux {"-" char}
- ["$" documentation {"+" documentation:}]
- [data
- [text {"+" \n}
- ["%" format {"+" format}]]
- [collection
- ["[0]" list]]]]]
- [\\library
- ["[0]" /]])
+ [library
+ [lux {"-" char}
+ ["$" documentation {"+" documentation:}]
+ [data
+ [text {"+" \n}
+ ["%" format {"+" format}]]
+ [collection
+ ["[0]" list]]]]]
+ [\\library
+ ["[0]" /]])
(.def: .public documentation
(.List $.Module)
@@ -49,7 +49,7 @@
($.default /.slice)
($.default /.slice_from)
($.default /.dict)
- ($.default /.apply/*)
+ ($.default /.apply_*)
($.default /.apply_poly)
($.default /.apply_keyword)
($.default /.the)
@@ -102,9 +102,9 @@
($.default /.import)
($.default /.comment)
($.default /.cond)
- ($.default /.apply/1)
- ($.default /.apply/2)
- ($.default /.apply/3)
+ ($.default /.apply_1)
+ ($.default /.apply_2)
+ ($.default /.apply_3)
($.default /.str/1)
($.default /.ord/1)
($.default /.float/1)