move self.a, self.b to separate lines

This commit is contained in:
pilgrim@NYC-B2A40918377.ad.corp.google.com
2009-07-13 21:40:07 -04:00
parent 6a47f51f98
commit 964677f782
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>