summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/library/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst
index 013ff8937d..070e9f9667 100644
--- a/docs/library/index.rst
+++ b/docs/library/index.rst
@@ -172,7 +172,7 @@ Extending built-in libraries from Python
In most cases, the above modules are actually named ``umodule`` rather than
``module``, but MicroPython will alias any module prefixed with a ``u`` to the
-non-``u`` version. However a file (or :term:``frozen module``) named
+non-``u`` version. However a file (or :term:`frozen module`) named
``module.py`` will take precedence over this alias.
This allows the user to provide an extended implementation of a built-in library