From e76add6e6f904677f5c09bb2a66dce283f1b848a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 1 Sep 2021 01:49:59 -0400 Subject: De-taggification | part 1 --- lux-python/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-python') 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 -- cgit v1.2.3