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

Signed-off-by: Fernando <fepegar@gmail.com>
pull/7710/head
Fernando 2021-08-22 10:27:28 +01:00 zatwierdzone przez Damien George
rodzic e9a26791e5
commit 577a3c4192
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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