diff options
Diffstat (limited to 'examples/micropython.py')
-rw-r--r-- | examples/micropython.py | 2 |
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 |