diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 30fad4413..8716901c2 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -61,7 +61,7 @@ Q(__del__) Q(__call__) Q(micropython) -Q(byte_code) +Q(bytecode) Q(native) Q(viper) Q(const) |