diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-28 13:51:05 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-28 13:51:05 +0300 |
commit | 358a7ba014ef649334b79a8500ae8ac2227c54af (patch) | |
tree | 4d56e1fc12fba615f5333babb2e7e8f84c2c0999 /docs/reference | |
parent | 7e6881cf7dad69f753ad3e16e5c3e9270f2ab527 (diff) |
docs: More xrefs to "MicroPython port" in glossary.
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 |