Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/turtle_blocks_extras/turtle_blocks_extras.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-11-26 09:55:02 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-11-26 09:55:02 (GMT)
commit770864358ab20d94288ad95ef7f8fb4d4ea7e062 (patch)
tree4a09cc001ab6934157e13ac5e644502d735ef473 /plugins/turtle_blocks_extras/turtle_blocks_extras.py
parent6675f1181529a6c893ee5c6f3244e73801f93f26 (diff)
resync with 194
Diffstat (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index 1e9b2e4..df0d1ff 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -75,7 +75,7 @@ class Turtle_blocks_extras(Plugin):
style='clamp-style-boolean',
label=_('while'),
prim_name='while',
- default=[None, None, None],
+ default=[None, None],
special_name=_('while'),
help_string=_('do-while-True operator that uses \
boolean operators from Numbers palette'))
@@ -96,7 +96,7 @@ boolean operators from Numbers palette'))
style='clamp-style-boolean',
label=_('until'),
prim_name='until',
- default=[None, None, None],
+ default=[None, None],
special_name=_('until'),
help_string=_('do-until-True operator that uses \
boolean operators from Numbers palette'))