diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-20 10:44:02 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-20 10:44:02 +0300 |
commit | 387a8d26f9b54b37928aa08641b159334b669219 (patch) | |
tree | fd15b75419ac5760a2e584879643357a42bb5acd /docs/reference | |
parent | 46583e905771222d7b8395e4c33569e2624f1943 (diff) | |
download | micropython-387a8d26f9b54b37928aa08641b159334b669219.tar.gz micropython-387a8d26f9b54b37928aa08641b159334b669219.zip |
docs/glossary: Fix typos in micropython-lib paragraph.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 0f93fff23c..98979afa92 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -54,10 +54,10 @@ Glossary separate project `micropython-lib <https://github.com/micropython/micropython-lib>`_ which provides implementations for many modules from CPython's - standard library. However, large subset of these modules required + standard library. However, large subset of these modules require POSIX-like environment (Linux, MacOS, Windows may be partially supported), and thus would work or make sense only with MicroPython - Unix port. Some subset of modules however usable for baremetal ports + Unix port. Some subset of modules is however usable for baremetal ports too. Unlike monolithic :term:`CPython` stdlib, micropython-lib modules |