Просмотр исходного кода

Minor pep8 correction of the docstring.

Jeroen 12 лет назад
Родитель
Сommit
06960de5e3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      iterator.py

+ 2 - 2
iterator.py

@@ -1,6 +1,6 @@
-"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/"""
+"""http://ginstrom.com/scribbles/2007/10/08/design-patterns-python-style/
 
-"""Implementation of the iterator pattern with a generator"""
+Implementation of the iterator pattern with a generator"""
 
 
 def count_to(count):