[Zope-Checkins] CVS: Zope2 - dtml-sequence.stx:1.1.2.2
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Tue, 15 May 2001 16:37:28 -0400
Update of /cvs-repository/Zope2/lib/python/Products/OFSP/help
In directory serenade:/tmp/cvs-serv17599
Modified Files:
Tag: ajung-dtml-sort
dtml-sequence.stx
Log Message:
typos....
--- Updated File dtml-sequence.stx in package Zope2 --
--- dtml-sequence.stx 2001/05/15 19:55:08 1.1.2.1
+++ dtml-sequence.stx 2001/05/15 20:37:28 1.1.2.2
@@ -13,19 +13,17 @@
- *func* -- defines the compare function (optional). Allowed values:
- - "cmp" -- the standard comparision function
+ - "cmp" -- the standard comparison function
- - "nocase" -- case-insensitive comparision
+ - "nocase" -- case-insensitive comparison
- - "strcoll" or "locale" -- locale-aware string comparision
+ - "strcoll" or "locale" -- locale-aware string comparison
- - "strcoll_nocase" or "locale_nocase" -- locale-aware case-insensitive string comparision
+ - "strcoll_nocase" or "locale_nocase" -- locale-aware case-insensitive string comparison
- - "xxx" -- a user-definied comparision function
+ - "xxx" -- a user-defined comparison function
-
-
- - *direction* -- definies the sort direction for the key (optional).
+ - *direction* -- defines the sort direction for the key (optional).
(allowed values: "asc", "desc")