Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-03 16:21:54 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-03 16:21:54 (GMT)
commit5e965f20b1f1bdf7f6e58508d6a2244e967918b6 (patch)
tree7bbc520ef3ffd261bcd97e1458f9bd31fb1267d2 /plugins
parent07499470046474b44542f86eab0d1c98095bb34c (diff)
deprecated...
Diffstat (limited to 'plugins')
-rw-r--r--plugins/turtle_blocks_plugin.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/turtle_blocks_plugin.py b/plugins/turtle_blocks_plugin.py
index 0370f74..8d56e9f 100644
--- a/plugins/turtle_blocks_plugin.py
+++ b/plugins/turtle_blocks_plugin.py
@@ -177,7 +177,7 @@ operators from Numbers palette'))
self.tw.lc.def_prim('showaligned', 1,
lambda self, x: PLUGIN_DICTIONARY['show'](x, False))
- # depreciated
+ # deprecated
PLUGIN_DICTIONARY['write'] = self._prim_write
make_prim('write',
style='basic-style-1arg',
@@ -496,7 +496,7 @@ found in the Journal'))
help_string=_('bottom block in a collapsed stack: click to \
open'))
- # depreciated blocks
+ # deprecated blocks
make_prim('sandwichtop',
style='collapsible-top',
label=_('top of stack'),
@@ -681,7 +681,7 @@ objects'))
prim_name='bottomy')
self.tw.lc.def_prim('bottomy', 0, lambda self: CONSTANTS['bottomy'])
- # depreciated blocks
+ # deprecated blocks
PLUGIN_DICTIONARY['t1x1'] = self._prim_t1x1
make_prim('template1x1',
@@ -1022,7 +1022,7 @@ objects"))
self.tw.lc.update_label_value('time', elapsed_time)
return elapsed_time
- # Depreciated blocks
+ # Deprecated blocks
def _prim_t1x1(self, title, media):
""" title, one image, and description """