Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tabasics.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tabasics.py')
-rw-r--r--TurtleArt/tabasics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index c060d9d..7de8a0f 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -274,7 +274,7 @@ turtle (can be used in place of a number block)'),
self.tw.lc.def_prim(
'heading',
0,
- lambda self: self.tw.turtles.get_active_turtle().get_heading)
+ lambda self: self.tw.turtles.get_active_turtle().get_heading())
palette.add_block('turtle-label',
hidden=True,