diff options
Diffstat (limited to 'docs/reference/glossary.rst')
-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 27a66aa76..da951189e 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -184,7 +184,7 @@ Glossary ``close()``, etc. A stream is an important concept in MicroPython; many I/O objects implement the stream interface, and thus can be used consistently and interchangeably in different contexts. For more - information on streams in MicroPython, see the `uio` module. + information on streams in MicroPython, see the `io` module. UART Acronym for "Universal Asynchronous Receiver/Transmitter". This is a |