summaryrefslogtreecommitdiff
path: root/examples/micropython.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/micropython.py')
-rw-r--r--examples/micropython.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/micropython.py b/examples/micropython.py
index 091c92deb..f91da94f4 100644
--- a/examples/micropython.py
+++ b/examples/micropython.py
@@ -5,4 +5,4 @@
def nodecor(x):
return x
-byte_code = native = viper = nodecor
+bytecode = native = viper = nodecor