Skip to content

Commit ab1ca56

Browse files
committed
update description
1 parent a6d780c commit ab1ca56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generators.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ def fib(n):
22
"""
33
Generator for Fibonacci serie
44
5-
Each call to fib() returns the next value in the serie
65
Example: for i in fib(5): print i
76
@param n fib range upper bound
87
"""

0 commit comments

Comments
 (0)