summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorFernando <fepegar@gmail.com>2021-08-22 10:27:28 +0100
committerDamien George <damien@micropython.org>2021-08-30 23:51:18 +1000
commit577a3c41925f2b043e80bed467eb2aba3a786dc7 (patch)
treeef3c35482bf8b271d48202413550d9d60841de7d
parente9a26791e5be6cda3a173b74087626d3cabafaa8 (diff)
downloadmicropython-577a3c41925f2b043e80bed467eb2aba3a786dc7.tar.gz
micropython-577a3c41925f2b043e80bed467eb2aba3a786dc7.zip
docs/library: Fix usage of :term: for frozen module reference.
Signed-off-by: Fernando <fepegar@gmail.com>
-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