From 98f9bc368bf1a2e37fd85baa785353999df80cbb Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 8 Jul 2020 20:10:00 -0500 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3