[Zope-Checkins] SVN: Zope/trunk/ Fix indentation of OFSP/help/sequence.py docstring.
Tres Seaver
tseaver at palladion.com
Fri May 7 23:10:57 EDT 2010
Log message for revision 112177:
Fix indentation of OFSP/help/sequence.py docstring.
LP #435728
Changed:
U Zope/trunk/doc/CHANGES.rst
U Zope/trunk/src/Products/OFSP/help/sequence.py
-=-
Modified: Zope/trunk/doc/CHANGES.rst
===================================================================
--- Zope/trunk/doc/CHANGES.rst 2010-05-08 03:07:50 UTC (rev 112176)
+++ Zope/trunk/doc/CHANGES.rst 2010-05-08 03:10:57 UTC (rev 112177)
@@ -152,6 +152,8 @@
Bugs Fixed
++++++++++
+- LP #435729: Fix indentation of OFSP/help/sequence.py docstring.
+
- LP #574286: Ensure that mailhosts which share a queue directory do not
double-deliver mails, by sharing the thread which processes emails for
that directory.
Modified: Zope/trunk/src/Products/OFSP/help/sequence.py
===================================================================
--- Zope/trunk/src/Products/OFSP/help/sequence.py 2010-05-08 03:07:50 UTC (rev 112176)
+++ Zope/trunk/src/Products/OFSP/help/sequence.py 2010-05-08 03:10:57 UTC (rev 112177)
@@ -27,8 +27,8 @@
other -- A specified, user-defined comparison function, should
return 1, 0, -1.
- direction -- defines the sort direction for the key (optional).
- (allowed values: "asc", "desc")
+ direction -- defines the sort direction for the key (optional).
+ (allowed values: "asc", "desc")
DTML Examples
More information about the Zope-Checkins
mailing list