diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-12-15 00:11:02 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-12-15 00:11:02 +0200 |
commit | 448d93a04aff95dd300cf3485eb7e7a74cfdfcbf (patch) | |
tree | acfff3f2742bfb1b4ba3e07bc21719b247b66ebc /docs/reference | |
parent | bf73ee114f4085e06181037305599fdfeba59523 (diff) |
docs/glossary: micropython-lib: Clarify wording.
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 9daf0dc3a..a6abc8b9d 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -95,8 +95,8 @@ Glossary `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 require - POSIX-like environment (Linux, MacOS, Windows may be partially - supported), and thus would work or make sense only with + POSIX-like environment (Linux, FreeBSD, MacOS, etc.; Windows may be + partially supported), and thus would work or make sense only with `MicroPython Unix port`. Some subset of modules is however usable for `baremetal` ports too. |