docs/reference/glossary.rst: Fix minor grammar error, An -> A.

pull/6510/head
Kevin Thomas 2020-10-03 08:35:41 -04:00 zatwierdzone przez Damien George
rodzic 581d43b774
commit 6eebdbc495
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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()``,