docs/library/micropython: Fix spelling of compiler.

Signed-off-by: Laurens Valk <laurens@pybricks.com>
pull/6044/merge
Laurens Valk 2022-08-23 21:37:24 +02:00 zatwierdzone przez Damien George
rodzic da217e83d9
commit 6dcfb25ae7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ Functions
.. 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::
from micropython import const