Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tablock.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-04-09 13:08:36 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-04-09 13:08:36 (GMT)
commitdb528ec468767ce5ed9d4aac4a37a5f8f01ff60f (patch)
treee74bec92555217a7a0689210da9b5d4708b0174e /TurtleArt/tablock.py
parentf00e3fe2182c0bab2b802a7a988a3e0a286c8db5 (diff)
pep8 cleanup
Diffstat (limited to 'TurtleArt/tablock.py')
-rw-r--r--TurtleArt/tablock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tablock.py b/TurtleArt/tablock.py
index b809930..f835994 100644
--- a/TurtleArt/tablock.py
+++ b/TurtleArt/tablock.py
@@ -512,7 +512,7 @@ class Block:
if self.name in BOX_COLORS:
self.colors = BOX_COLORS[self.name]
elif self.name in special_block_colors:
- self.colors = special_block_colors[self.name]
+ self.colors = special_block_colors[self.name]
else:
for p in range(len(palette_blocks)):
if self.name in palette_blocks[p]: