diff options
author | algonell <algonell@gmail.com> | 2023-04-30 13:46:44 +0300 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-05-01 11:50:53 +1000 |
commit | a39e2827b7b2c99994aaca1b7b5b13290144801d (patch) | |
tree | 2ce243fbd48273e476dd8bc7df602a95449f616c /docs/reference | |
parent | 4ff148de4582bb6ed01cb4b5189cc8ec312e09f5 (diff) | |
download | micropython-a39e2827b7b2c99994aaca1b7b5b13290144801d.tar.gz micropython-a39e2827b7b2c99994aaca1b7b5b13290144801d.zip |
docs/reference: Remove double 'are' in glossary.
Diffstat (limited to 'docs/reference')
-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 74524b22fd..d039bf7132 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 |