diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index d63f372298..27a66aa76c 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()``,