diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-06-02 23:33:42 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2023-06-08 17:54:28 +1000 |
commit | 8211d56712301d58970904892da5312b11b2ab7c (patch) | |
tree | 5b5eab99bf22e469826bfb85b42073d772d4da2d /docs/zephyr | |
parent | 5fd042e7d1610b4d42acfc523441468f2ac28c6f (diff) | |
download | micropython-8211d56712301d58970904892da5312b11b2ab7c.tar.gz micropython-8211d56712301d58970904892da5312b11b2ab7c.zip |
docs/library/index: Update docs after umodule rename.
- Update guide for extending built-in modules.
- Remove any last trace of umodule in other docs.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/zephyr')
-rw-r--r-- | docs/zephyr/quickref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zephyr/quickref.rst b/docs/zephyr/quickref.rst index 329a9c41c0..57262ffb5c 100644 --- a/docs/zephyr/quickref.rst +++ b/docs/zephyr/quickref.rst @@ -19,7 +19,7 @@ See the corresponding section of the tutorial: :ref:`intro`. Delay and timing ---------------- -Use the :mod:`time <utime>` module:: +Use the :mod:`time <time>` module:: import time |