Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tawindow.py b/tawindow.py
index fb84dd9..5da2cf8 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -142,8 +142,6 @@ class TurtleArtWindow():
self.polar = False
self.spr = None # "currently selected spr"
-
-
"""
DEPRECATED
"""
@@ -968,7 +966,7 @@ class TurtleArtWindow():
if block2.connections[dock2n] != None:
return (100,100)
except IndexError:
- print "Indec Error %s %s" % (str(dock1n),str(dock2n))
+ print "Index Error %s %s" % (str(dock1n),str(dock2n))
if block1==block2: return (100,100)
if d1type!=d2type:
# some blocks can take strings or nums