Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test_fill.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_fill.py')
-rw-r--r--test_fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_fill.py b/test_fill.py
index 9f85f01..9ad5645 100644
--- a/test_fill.py
+++ b/test_fill.py
@@ -14,7 +14,7 @@ a.append(2)
a.append(2)
a.append(2)
print "before", a
-b = fill.fill(a,2,2,3,3,4278190080)
+b = fill.fill(a, 2, 2, 3, 3, 4278190080)
print "after", b
print "after 2", array.array('I', b)