Skip to content

Commit 6dcfb25

Browse files
laurensvalkdpgeorge
authored andcommitted
docs/library/micropython: Fix spelling of compiler.
Signed-off-by: Laurens Valk <[email protected]>
1 parent da217e8 commit 6dcfb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/micropython.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Functions
99

1010
.. function:: const(expr)
1111

12-
Used to declare that the expression is a constant so that the compile can
12+
Used to declare that the expression is a constant so that the compiler can
1313
optimise it. The use of this function should be as follows::
1414

1515
from micropython import const

0 commit comments

Comments
 (0)