We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46583e9 commit 387a8d2Copy full SHA for 387a8d2
docs/reference/glossary.rst
@@ -54,10 +54,10 @@ Glossary
54
separate project
55
`micropython-lib <https://github.com/micropython/micropython-lib>`_
56
which provides implementations for many modules from CPython's
57
- standard library. However, large subset of these modules required
+ standard library. However, large subset of these modules require
58
POSIX-like environment (Linux, MacOS, Windows may be partially
59
supported), and thus would work or make sense only with MicroPython
60
- Unix port. Some subset of modules however usable for baremetal ports
+ Unix port. Some subset of modules is however usable for baremetal ports
61
too.
62
63
Unlike monolithic :term:`CPython` stdlib, micropython-lib modules
0 commit comments