We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a2679 commit 577a3c4Copy full SHA for 577a3c4
1 file changed
docs/library/index.rst
@@ -172,7 +172,7 @@ Extending built-in libraries from Python
172
173
In most cases, the above modules are actually named ``umodule`` rather than
174
``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
+non-``u`` version. However a file (or :term:`frozen module`) named
176
``module.py`` will take precedence over this alias.
177
178
This allows the user to provide an extended implementation of a built-in library
0 commit comments