From 928dd67242b1e9b9b64312c0e2c388ef51093cc1 Mon Sep 17 00:00:00 2001 From: Jeff Hammel Date: Thu, 19 Dec 2013 20:00:42 -0800 Subject: py2 BBB --- tests/test_template.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1