mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
various typos [thanks G.P.]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user