summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ec2bd75..60c3afb 100644
--- a/tests/test_template.txt
+++ b/tests/test_template.txt
@@ -92,7 +92,7 @@ Also a couple handy functions;:
There's a handyish looper thing you can also use in your templates (or
in Python, but it's more useful in templates generally)::
- >>> from tempita.looper import looper
+ >>> from tempita import looper
>>> seq = ['apple', 'asparagus', 'Banana', 'orange']
>>> for loop, item in looper(seq):
... if item == 'apple':