[Zope-Checkins] CVS: Zope/lib/python/DocumentTemplate - DT_In.py:1.52.2.3

Ken Manheimer klm@zope.com
Tue, 16 Oct 2001 11:24:50 -0400


Update of /cvs-repository/Zope/lib/python/DocumentTemplate
In directory cvs.zope.org:/tmp/cvs-serv25283

Modified Files:
      Tag: Zope-2_4-branch
	DT_In.py 
Log Message:
Grammar: "sort option must contain" instead of "sort option must
contains".


=== Zope/lib/python/DocumentTemplate/DT_In.py 1.52.2.2 => 1.52.2.3 ===
             pass
         else:
-            raise SyntaxError, "sort option must contains no more than 2 slashes"
+            raise SyntaxError, "sort option must contain no more than 2 slashes"
 
         f_name = f[1]