docs/library: Fix usage of :term: for frozen module reference.

Signed-off-by: Fernando <fepegar@gmail.com>
This commit is contained in:
Fernando 2021-08-22 10:27:28 +01:00 committed by Damien George
parent e9a26791e5
commit 577a3c4192
1 changed files with 1 additions and 1 deletions

View File

@ -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