docs/library/micropython: Fix spelling of compiler.
Signed-off-by: Laurens Valk <laurens@pybricks.com>
This commit is contained in:
committed by
Damien George
parent
da217e83d9
commit
6dcfb25ae7
@@ -9,7 +9,7 @@ Functions
|
|||||||
|
|
||||||
.. function:: const(expr)
|
.. function:: const(expr)
|
||||||
|
|
||||||
Used to declare that the expression is a constant so that the compile can
|
Used to declare that the expression is a constant so that the compiler can
|
||||||
optimise it. The use of this function should be as follows::
|
optimise it. The use of this function should be as follows::
|
||||||
|
|
||||||
from micropython import const
|
from micropython import const
|
||||||
|
|||||||
Reference in New Issue
Block a user