Skip to content

Commit

Permalink
clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
loskool committed Jul 13, 2020
1 parent b659d33 commit cf43176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf43176

Please sign in to comment.