Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/GSOC examples/Sierpinski - graphics
diff options
context:
space:
mode:
Diffstat (limited to 'data/GSOC examples/Sierpinski - graphics')
-rw-r--r--data/GSOC examples/Sierpinski - graphics2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/GSOC examples/Sierpinski - graphics b/data/GSOC examples/Sierpinski - graphics
index f5d75cc..6c321b4 100644
--- a/data/GSOC examples/Sierpinski - graphics
+++ b/data/GSOC examples/Sierpinski - graphics
@@ -111,7 +111,7 @@ while pippy.pygame.next_frame():
text_box.top = height / 10
text_box.left = width / 20
# Display the instructions
- text2 = font.render("Use left and right arrows.", True, black)
+ text2 = font.render("Use left and right arrows; q to quit", True, black)
text_box2 = text2.get_rect()
text_box2.top = height / 10 - 30
text_box2.left = width / 20