diff options
author | Eduardo Julian | 2021-09-01 01:49:59 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-01 01:49:59 -0400 |
commit | e76add6e6f904677f5c09bb2a66dce283f1b848a (patch) | |
tree | e8f2b8bccce66b1bcdd39b7974beb4f90646fdf8 /lux-python | |
parent | 4051a1cbe0999ee22bc395b059ea1556bcc002a0 (diff) |
De-taggification | part 1
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 9ee8e6d40..9ddb061e8 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -97,7 +97,7 @@ (asString [] java/lang/String) (__nonzero__ [] boolean) (__getitem__ [int] "try" org/python/core/PyObject) - (__getitem__ #as __getitem__dict [org/python/core/PyObject] "try" org/python/core/PyObject) + (__getitem__ "as" __getitem__dict [org/python/core/PyObject] "try" org/python/core/PyObject) (__len__ [] int)]) (import: org/python/core/PyFunction |