Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/GSOC examples/rotate polygon1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/GSOC examples/rotate polygon b/data/GSOC examples/rotate polygon
index fdd3222..fdf1a37 100644
--- a/data/GSOC examples/rotate polygon
+++ b/data/GSOC examples/rotate polygon
@@ -132,7 +132,6 @@ while pippy.pygame.next_frame():
more = False
# Changing the size of our polygon with up and down keys.
- # TODO: Report that my up arrow doesn't work in Sugar.
# Practice: Unlike L and R keys, this does not keep changing size
# while the keys are pressed. Could you make it so? Look to L and R
# examples to understand how it's done.