Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
577a3c41
Commit
577a3c41
authored
Aug 22, 2021
by
Fernando
Committed by
Damien George
Aug 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/library: Fix usage of :term: for frozen module reference.
Signed-off-by:
Fernando
<
fepegar@gmail.com
>
parent
e9a26791
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/library/index.rst
docs/library/index.rst
+1
-1
No files found.
docs/library/index.rst
View file @
577a3c41
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment