Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/turtle_blocks_extras
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-07 23:14:58 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-07 23:14:58 (GMT)
commitddd7d4295c1a0e2e83bdcc5b42c1803b945cacb8 (patch)
tree95f232cc02639ee1a08f6e0971c3ad2f2113c699 /plugins/turtle_blocks_extras
parentf274539cc6b846a7e7686ca533ce9c564921bfc8 (diff)
fix typo in tapop definition
Diffstat (limited to 'plugins/turtle_blocks_extras')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index 7a9d10a..822c371 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -350,7 +350,7 @@ last-out heap)'))
self.tw.lc.def_prim('pop', 0,
lambda self: primitive_dictionary['pop']())
define_logo_function('tapop', 'to tapop\rif emptyp :taheap [stop]\r\
-make \'tmp first :taheap\rmake "taheap butfirst :taheap\routput :tmp\rend\r')
+make "tmp first :taheap\rmake "taheap butfirst :taheap\routput :tmp\rend\r')
primitive_dictionary['print'] = self._prim_print
palette.add_block('comment',