various typos [thanks G.P.]

This commit is contained in:
Mark Pilgrim
2009-06-01 12:19:43 -07:00
parent 992b4bd18b
commit bca614e2be
6 changed files with 104 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Fibonacci iterator"""
class Fib:
"""iterator that yields numbers in the Fibanocci sequence"""
"""iterator that yields numbers in the Fibonacci sequence"""
def __init__(self, max):
self.max = max