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/string/thanks2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/string/thanks b/data/string/thanks
index 391d097..30eba0a 100644
--- a/data/string/thanks
+++ b/data/string/thanks
@@ -26,7 +26,7 @@ from textwrap import fill
# order to wrap text to that width -- this changes
# when we run as a standalone activity instead of
# inside the output pane.
-lines, cols = size()
+cols, lines = size()
while True:
reset()