浏览代码

Minor pep8 correction of the docstring.

Jeroen 12 年之前
父节点
当前提交
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):