Skip to content

Commit 5b4249e

Browse files
committed
fix doc typos
1 parent a9f339b commit 5b4249e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/library/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MicroPython libraries
66
Python standard libraries and micro-libraries
77
---------------------------------------------
88

9-
These libraries are inherited from MicroPython.
9+
The libraries below are inherited from MicroPython.
1010
They are similar to the standard Python libraries with the same name.
1111
They implement a subset of or a variant of the corresponding
1212
standard Python library.
@@ -20,7 +20,7 @@ limited flash memory, usually on non-Express builds:
2020

2121
These libraries are not currently enabled in any CircuitPython build, but may be in the future,
2222
with the ``u`` prefix dropped:
23-
``uctypes`, ``uhashlib``, ``uio``, ``uzlib``.
23+
``uctypes``, ``uhashlib``, ``uzlib``.
2424

2525
.. toctree::
2626
:maxdepth: 1

0 commit comments

Comments
 (0)