[Zope-Checkins] CVS: Zope/lib/python/DocumentTemplate - DT_In.py:1.55
Ken Manheimer
klm@zope.com
Tue, 16 Oct 2001 11:29:55 -0400
Update of /cvs-repository/Zope/lib/python/DocumentTemplate
In directory cvs.zope.org:/tmp/cvs-serv26466
Modified Files:
DT_In.py
Log Message:
Grammar: "sort option must contain" instead of "sort option must
contains".
=== Zope/lib/python/DocumentTemplate/DT_In.py 1.54 => 1.55 ===
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]