summaryrefslogtreecommitdiff
path: root/docs/library/micropython.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/micropython.rst')
-rw-r--r--docs/library/micropython.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/micropython.rst b/docs/library/micropython.rst
index d9f913bff..2b4c1168c 100644
--- a/docs/library/micropython.rst
+++ b/docs/library/micropython.rst
@@ -136,5 +136,5 @@ Functions
:ref:`reference documentation <isr_rules>` under "Creation of Python
objects".
- There is a finite stack to hold the scheduled functions and `schedule()`
- will raise a `RuntimeError` if the stack is full.
+ There is a finite queue to hold the scheduled functions and `schedule()`
+ will raise a `RuntimeError` if the queue is full.