We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3656aa0 commit 06960deCopy full SHA for 06960de
iterator.py
@@ -1,6 +1,6 @@
1
-"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/"""
+"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
2
3
-"""Implementation of the iterator pattern with a generator"""
+Implementation of the iterator pattern with a generator"""
4
5
6
def count_to(count):
0 commit comments