diff options
Diffstat (limited to '')
-rw-r--r-- | lux-python/source/program.lux | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 649a77b95..5ab4e9aaf 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -372,9 +372,8 @@ [] ... Methods (org/python/core/PyObject - [] (__call__ self - {inputs [org/python/core/PyObject]} - {keywords [java/lang/String]}) + [] (__call__ self [inputs [org/python/core/PyObject] + keywords [java/lang/String]]) org/python/core/PyObject (try.trusted (case (array.list #.None inputs) |