diff options
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. |