docs/glossary: Fix typos in micropython-lib paragraph.

This commit is contained in:
Paul Sokolovsky 2017-08-20 10:44:02 +03:00
parent 46583e9057
commit 387a8d26f9

@ -54,10 +54,10 @@ Glossary
separate project separate project
`micropython-lib <https://github.com/micropython/micropython-lib>`_ `micropython-lib <https://github.com/micropython/micropython-lib>`_
which provides implementations for many modules from CPython's 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 POSIX-like environment (Linux, MacOS, Windows may be partially
supported), and thus would work or make sense only with MicroPython 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. too.
Unlike monolithic :term:`CPython` stdlib, micropython-lib modules Unlike monolithic :term:`CPython` stdlib, micropython-lib modules