diff options
| -rw-r--r-- | docs/reference/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 74524b22f..d039bf713 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -120,7 +120,7 @@ Glossary <https://github.com/micropython/micropython-lib>`_ which provides implementations for many modules from CPython's standard library. - Some of the modules are are implemented in pure Python, and are able to + Some of the modules are implemented in pure Python, and are able to be used on all ports. However, the majority of these modules use :term:`FFI` to access operating system functionality, and as such can only be used on the :term:`MicroPython Unix port` (with limited support |
