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

bound-method-equality
Kevin Thomas 2020-10-03 08:35:41 -04:00 committed by Damien George
parent 581d43b774
commit 6eebdbc495
1 changed files with 1 additions and 1 deletions

View File

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