From ad6e73556019662d827cf860dc4c14d3b74bb005 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 29 Jan 2010 14:46:01 +0000 Subject: fixed Python block problems --- (limited to 'talogo.py') 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: -- cgit v0.9.1