diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-25 23:06:47 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-25 23:06:47 -0500 |
| commit | 5b4249e365f620f7732ff2079fe345eda5074cbf (patch) | |
| tree | ea55ab52291078880054fbabe0328054a78b5ffd | |
| parent | a9f339b4619a55cf5748124180e43afca32d8fb7 (diff) | |
fix doc typos
| -rw-r--r-- | docs/library/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 94bd8a656..181ff0109 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -6,7 +6,7 @@ MicroPython libraries Python standard libraries and micro-libraries --------------------------------------------- -These libraries are inherited from MicroPython. +The libraries below are inherited from MicroPython. They are similar to the standard Python libraries with the same name. They implement a subset of or a variant of the corresponding standard Python library. @@ -20,7 +20,7 @@ limited flash memory, usually on non-Express builds: These libraries are not currently enabled in any CircuitPython build, but may be in the future, with the ``u`` prefix dropped: -``uctypes`, ``uhashlib``, ``uio``, ``uzlib``. +``uctypes``, ``uhashlib``, ``uzlib``. .. toctree:: :maxdepth: 1 |
