Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eac200 commit cf48638Copy full SHA for cf48638
2 files changed
Lib/test/test_colorsys.py
@@ -4,7 +4,7 @@
4
def frange(start, stop, step):
5
while start <= stop:
6
yield start
7
- start += stop
+ start += step
8
9
class ColorsysTest(unittest.TestCase):
10
Misc/ACKS
@@ -271,6 +271,7 @@ Chris Hoffman
271
Albert Hofkamp
272
Jonathan Hogg
273
Gerrit Holl
274
+Rune Holm
275
Philip Homburg
276
Naofumi Honda
277
Jeffrey Honig
0 commit comments