aboutsummaryrefslogtreecommitdiff
path: root/docs/library/micropython.rst
diff options
context:
space:
mode:
authorLaurens Valk <laurens@pybricks.com>2022-08-23 21:37:24 +0200
committerDamien George <damien@micropython.org>2022-08-26 15:15:59 +1000
commit6dcfb25ae7cadc298a5aaa09c68205a828939cd9 (patch)
treec83053a2f9e6591808416006b46e3dd1e25b01db /docs/library/micropython.rst
parentda217e83d9a710a03fd8e324fe18d3684628cd69 (diff)
docs/library/micropython: Fix spelling of compiler.
Signed-off-by: Laurens Valk <laurens@pybricks.com>
Diffstat (limited to 'docs/library/micropython.rst')
-rw-r--r--docs/library/micropython.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/micropython.rst b/docs/library/micropython.rst
index 7106a1a2f..b17dfa9a7 100644
--- a/docs/library/micropython.rst
+++ b/docs/library/micropython.rst
@@ -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