diff options
author | Kevin Thomas <kevin@mytechnotalent.com> | 2020-10-03 08:35:41 -0400 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-10-22 15:40:11 +1100 |
commit | 6eebdbc495a52d1965d7e9255816db310041f96a (patch) | |
tree | 057caf2bf34b27fd9ec68974e750e1ae471f614a /docs/reference | |
parent | 581d43b7742628907e5a77115350e9eadd59092a (diff) |
docs/reference/glossary.rst: Fix minor grammar error, An -> A.
Diffstat (limited to 'docs/reference')
-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 d63f37229..27a66aa76 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -177,7 +177,7 @@ Glossary typically accessible on a host PC via USB. stream - Also known as a "file-like object". An Python object which provides + Also known as a "file-like object". A Python object which provides sequential read-write access to the underlying data. A stream object implements a corresponding interface, which consists of methods like ``read()``, ``write()``, ``readinto()``, ``seek()``, ``flush()``, |