diff options
| author | Tyler Crumpton <tyler.crumpton@gmail.com> | 2020-07-06 09:56:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 09:56:52 -0500 |
| commit | d1c9bb30e2983f6e2728b4eb17579bd956680626 (patch) | |
| tree | 6c037a563169fd36923913cdb1318c88b641296a /docs | |
| parent | f6aee980004426e0453cc1d2790e8f347a106aa4 (diff) | |
Fix minor typo in MicroPython libraries page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 6c2e576e7..f847ead0a 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -70,7 +70,7 @@ CircuitPython/MicroPython-specific libraries Functionality specific to the CircuitPython/MicroPython implementation is available in the following libraries. These libraries may change signficantly or be removed in future -versions of CircuitPtyon. +versions of CircuitPython. .. toctree:: :maxdepth: 1 |
