Skip to content

Commit 06960de

Browse files
committed
Minor pep8 correction of the docstring.
1 parent 3656aa0 commit 06960de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iterator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/"""
1+
"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
22
3-
"""Implementation of the iterator pattern with a generator"""
3+
Implementation of the iterator pattern with a generator"""
44

55

66
def count_to(count):

0 commit comments

Comments
 (0)