From 6eebdbc495a52d1965d7e9255816db310041f96a Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sat, 3 Oct 2020 08:35:41 -0400 Subject: [PATCH] docs/reference/glossary.rst: Fix minor grammar error, An -> A. --- docs/reference/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()``,