Skip to content

Commit

Permalink
docs/reference: Remove double 'are' in glossary.
Browse files Browse the repository at this point in the history
  • Loading branch information
algonell authored and dpgeorge committed May 1, 2023
1 parent 4ff148d commit a39e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a39e282

Please sign in to comment.