docs/reference/glossary.rst: Fix minor grammar error, An -> A.
This commit is contained in:
committed by
Damien George
parent
581d43b774
commit
6eebdbc495
@@ -177,7 +177,7 @@ Glossary
|
|||||||
typically accessible on a host PC via USB.
|
typically accessible on a host PC via USB.
|
||||||
|
|
||||||
stream
|
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
|
sequential read-write access to the underlying data. A stream object
|
||||||
implements a corresponding interface, which consists of methods like
|
implements a corresponding interface, which consists of methods like
|
||||||
``read()``, ``write()``, ``readinto()``, ``seek()``, ``flush()``,
|
``read()``, ``write()``, ``readinto()``, ``seek()``, ``flush()``,
|
||||||
|
|||||||
Reference in New Issue
Block a user