From 577a3c41925f2b043e80bed467eb2aba3a786dc7 Mon Sep 17 00:00:00 2001 From: Fernando Date: Sun, 22 Aug 2021 10:27:28 +0100 Subject: [PATCH] docs/library: Fix usage of :term: for frozen module reference. Signed-off-by: Fernando --- docs/library/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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