aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2022-11-21 16:40:51 -0400
committerEduardo Julian2022-11-21 16:40:51 -0400
commit224797231a8144f6ead1baab3b4b01a74cab629c (patch)
tree294aaadc4cc8dce8e40041aa318fa84de080002e /lux-python
parentdf0e015145981602b3f97113bcfa586b4f6d0757 (diff)
Added index section to documentation + re-named Primitive -> Nominal
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 82f82733b..0d6d82c63 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -223,7 +223,7 @@
[org/python/core/PyInteger [(ffi.is org/python/core/PyObject)
(.jvm_member_invoke_virtual# [] "org.python.core.PyObject" "asInt" [])
.jvm_object_cast#
- (is (Primitive "java.lang.Integer"))]]
+ (is (Nominal "java.lang.Integer"))]]
[org/python/core/PyLong [org/python/core/PyObject::asLong]]
[org/python/core/PyFloat [org/python/core/PyObject::asDouble]]
[org/python/core/PyString [org/python/core/PyObject::asString]]