Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/talogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-29 14:46:01 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-29 14:46:01 (GMT)
commitad6e73556019662d827cf860dc4c14d3b74bb005 (patch)
tree829e212c9692f529a3e55057dd42b1317a2ddcf5 /talogo.py
parente322350dcd6b7c7ffa8e665f0587b87148310b38 (diff)
fixed Python block problems
Diffstat (limited to 'talogo.py')
-rw-r--r--talogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/talogo.py b/talogo.py
index e7b3f7d..b2a0251 100644
--- a/talogo.py
+++ b/talogo.py
@@ -655,7 +655,7 @@ def box(lc,x):
raise logoerror("#emptybox")
def loadmyblock(lc,x):
- # execute code inported from the Journal
+ # Execute code imported from the Journal
if lc.tw.myblock is not None:
y = myfunc_import(lc, lc.tw.myblock, x)
else: