summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Hammel <jhammel@mozilla.com>2013-12-19 20:00:42 -0800
committerJeff Hammel <jhammel@mozilla.com>2013-12-19 20:00:42 -0800
commit928dd67242b1e9b9b64312c0e2c388ef51093cc1 (patch)
tree6ffbc6d9832a0d8e10237172c41e92b04d9e1213
parent373a3646855561009146b4961ce69c5f27c617ab (diff)
downloadtempita-928dd67242b1e9b9b64312c0e2c388ef51093cc1.tar.gz
py2 BBB
-rw-r--r--tests/test_template.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_template.txt b/tests/test_template.txt
index 11a0773..9564a9a 100644
--- a/tests/test_template.txt
+++ b/tests/test_template.txt
@@ -112,7 +112,7 @@ in Python, but it's more useful in templates generally)::
... assert loop.last
... if loop.first_group(lambda i: i[0].upper()):
... print ('%s:' % item[0].upper())
- ... print (loop.number, item)
+ ... print ("%s %s" % (loop.number, item))
A:
1 apple
2 asparagus