Skip to content

Commit

Permalink
yeee
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeB42 committed Oct 1, 2015
1 parent ed71306 commit 1488f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scaling_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestPane(Pane):
def update(self):
import hashlib, random
if self.name == "test pane 1":
new_line = 'Copyright RedFlag Alert 2015.\n^D or ^Q to exit.\n'
new_line = 'Scaling example.\n^D or ^Q to exit.\n'
else:
new_line = hashlib.sha1(str(random.randint(0,9))).hexdigest() + '\n'
new_line += "h: %i w: %i\n" % (self.height, self.width)
Expand Down

0 comments on commit 1488f81

Please sign in to comment.