aboutsummaryrefslogtreecommitdiff
path: root/lux-python/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/source/program.lux')
-rw-r--r--lux-python/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 41a720b36..756b27b9c 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -70,7 +70,7 @@
(__len__ [] int))
(import: #long org/python/core/PyFunction
- (__call__ [(Array org/python/core/PyObject)] org/python/core/PyObject))
+ (__call__ [[org/python/core/PyObject]] org/python/core/PyObject))
(import: #long org/python/core/PyArray
(new [(java/lang/Class java/lang/Object) java/lang/Object])
@@ -150,7 +150,7 @@
[org/python/core/PyString org/python/core/PyObject::asString]
[org/python/core/PyFunction (|>)]
[org/python/core/PyArray org/python/core/PyArray::getArray]
- [(Array java/lang/Object) (|>)]
+ [[java/lang/Object] (|>)]
))
(~~ (template [<class> <processing>]
[(case (host.check <class> host-object)