From 28eb1393e56dc0bceee44a5fa05c7296028a5b66 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 15 Oct 2010 22:02:43 +0000 Subject: fixed typo: mouse_flag (#2449) --- (limited to 'TurtleArt') diff --git a/TurtleArt/tamyblock.py b/TurtleArt/tamyblock.py index 308ff42..2f04b85 100644 --- a/TurtleArt/tamyblock.py +++ b/TurtleArt/tamyblock.py @@ -239,7 +239,7 @@ def myblock(lc, x): # lc.heap.append(lc.tw.mouse_y) # lc.heap.append(lc.tw.mouse_x) # lc.heap.append(1) # mouse event - # lc.tw.mouseflag = 0 + # lc.tw.mouse_flag = 0 # else: # lc.heap.append(0) # no mouse event # return -- cgit v0.9.1