Skip to content

Commit 577a3c4

Browse files
fepegardpgeorge
authored andcommitted
docs/library: Fix usage of :term: for frozen module reference.
Signed-off-by: Fernando <fepegar@gmail.com>
1 parent e9a2679 commit 577a3c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Extending built-in libraries from Python
172172

173173
In most cases, the above modules are actually named ``umodule`` rather than
174174
``module``, but MicroPython will alias any module prefixed with a ``u`` to the
175-
non-``u`` version. However a file (or :term:``frozen module``) named
175+
non-``u`` version. However a file (or :term:`frozen module`) named
176176
``module.py`` will take precedence over this alias.
177177

178178
This allows the user to provide an extended implementation of a built-in library

0 commit comments

Comments
 (0)