From cf4317625629a3a80dc05eb8ea48f32a59dec430 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 13 Jul 2020 18:47:38 -0500 Subject: clarity --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 376ac7c..8dbb8a9 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ definition. A generator is an object that can produce a series of values, one 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. +when you want to generate sequential data using recurrence relations, +as in the Fibonacci example above. ### Three Kinds Of Function -- cgit v1.2.3