move self.a, self.b to separate lines

This commit is contained in:
Mark Pilgrim
2009-07-13 21:47:38 -04:00
parent e48dd05efc
commit 4224a9606c
Regular → Executable
+2 -1
View File
@@ -164,7 +164,8 @@ body{counter-reset:h1 6}
self.max = max
<a> def __iter__(self): <span class=u>&#x2462;</span></a>
self.a, self.b = 0, 1
self.a = 0
self.b = 1
return self
<a> def __next__(self): <span class=u>&#x2463;</span></a>