[Zope-Checkins] SVN: Zope/branches/2.12/ Fix indentation of OFSP/help/sequence.py docstring.
Tres Seaver
tseaver at palladion.com
Fri May 7 23:07:51 EDT 2010
Log message for revision 112176:
Fix indentation of OFSP/help/sequence.py docstring.
LP #435728
Changed:
U Zope/branches/2.12/doc/CHANGES.rst
U Zope/branches/2.12/src/Products/OFSP/help/sequence.py
-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst 2010-05-07 21:55:07 UTC (rev 112175)
+++ Zope/branches/2.12/doc/CHANGES.rst 2010-05-08 03:07:50 UTC (rev 112176)
@@ -36,6 +36,8 @@
Bugs Fixed
++++++++++
+- LP #435728: 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/branches/2.12/src/Products/OFSP/help/sequence.py
===================================================================
--- Zope/branches/2.12/src/Products/OFSP/help/sequence.py 2010-05-07 21:55:07 UTC (rev 112175)
+++ Zope/branches/2.12/src/Products/OFSP/help/sequence.py 2010-05-08 03:07:50 UTC (rev 112176)
@@ -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