diff options
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/glossary.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 98979afa9..4cd3d84cc 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -56,9 +56,9 @@ Glossary 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 MicroPython - Unix port. Some subset of modules is however usable for baremetal ports - too. + supported), and thus would work or make sense only with + `MicroPython Unix port`. Some subset of modules is however usable + for `baremetal` ports too. Unlike monolithic :term:`CPython` stdlib, micropython-lib modules are intended to be installed individually - either using manual |