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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArt/tabasics.py b/TurtleArt/tabasics.py
index 1cd3941..cc4f144 100644
--- a/TurtleArt/tabasics.py
+++ b/TurtleArt/tabasics.py
@@ -258,7 +258,7 @@ turtle (can be used in place of a number block)'),
self.tw.lc.def_prim(
'heading', 0, lambda self: self.tw.canvas.heading)
- # Depreciated
+ # Deprecated
make_prim('setxy',
style='basic-style-2arg',
label=[_('set xy'), _('x'), _('y')],
@@ -418,7 +418,7 @@ place of a number block)'),
self._make_constant('white', 'colors', WHITE)
self._make_constant('black', 'colors', BLACK)
- # depreciated blocks
+ # deprecated blocks
make_prim('settextcolor',
style='basic-style-1arg',
label=_('set text color'),