aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-08 20:10:00 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-08 20:10:00 -0500
commit98f9bc368bf1a2e37fd85baa785353999df80cbb (patch)
tree559f4783e5edc7a6cb6d558ebf6b6abb66a781ba
parentc64e56dfc382b9e5aa3a2d615b2e63dbd1ef7ae2 (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 313c1d7..604b607 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ If you have never heard of generators before, let me offer a
definition.
A generator is an object that can produce a series of values, one
-value at a time. Generators sometimes convenient when you want to
+value at a time. Generators are sometimes convenient when you want to
deal with series that are too long to fit into memory. They also help
when you want to generate sequential data using functions.