mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py: Rename byte_code to bytecode everywhere.
bytecode is the more widely used. See issue #590.
This commit is contained in:
@@ -61,7 +61,7 @@ Q(__del__)
|
||||
Q(__call__)
|
||||
|
||||
Q(micropython)
|
||||
Q(byte_code)
|
||||
Q(bytecode)
|
||||
Q(native)
|
||||
Q(viper)
|
||||
Q(const)
|
||||
|
||||
Reference in New Issue
Block a user