[Checkins] SVN: Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt Fixed typo in test.

Malthe Borch mborch at gmail.com
Thu Nov 20 09:18:21 EST 2008


Log message for revision 93155:
  Fixed typo in test.

Changed:
  U   Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt

-=-
Modified: Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt
===================================================================
--- Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt	2008-11-20 12:39:07 UTC (rev 93154)
+++ Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt	2008-11-20 14:18:20 UTC (rev 93155)
@@ -98,7 +98,7 @@
   >>> print render("""\
   ... <ul xmlns="http://www.w3.org/1999/xhtml"
   ...      xmlns:py="http://genshi.edgewall.org/">
-  ...   <li py:for="(key,value) item in dict(one=1,two=2,three=3).items()">${key}=$value</li>
+  ...   <li py:for="(key,value) in dict(one=1,two=2,three=3).items()">${key}=$value</li>
   ... </ul>""")
   <ul>
   <li>one=1</li>



More information about the Checkins mailing list