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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/%3Cspan%20class="x x-first x-last">"""
1+
"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/%3C/span%3E%3C/div%3E%3C/code%3E%3C/td%3E%3C/tr%3E%3Ctr%20class="diff-line-row">
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)