Blob Blame History Raw
--- Tempita-0.3/tests/test_template.txt.old	2008-12-06 12:06:52.000000000 -0500
+++ Tempita-0.3/tests/test_template.txt	2008-12-06 12:06:59.000000000 -0500
@@ -92,7 +92,7 @@
 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':