summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst
index d63f37229..27a66aa76 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()``,