summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library')
-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