Commit fb32c3e9 authored by Tres Seaver's avatar Tres Seaver

Fix indentation of OFSP/help/sequence.py docstring.

LP #435728
parent 06e19b50
...@@ -36,6 +36,8 @@ Features Added ...@@ -36,6 +36,8 @@ Features Added
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #435728: Fix indentation of OFSP/help/sequence.py docstring.
- LP #574286: Ensure that mailhosts which share a queue directory do not - LP #574286: Ensure that mailhosts which share a queue directory do not
double-deliver mails, by sharing the thread which processes emails for double-deliver mails, by sharing the thread which processes emails for
that directory. that directory.
......
...@@ -27,8 +27,8 @@ def sort(seq, sort): ...@@ -27,8 +27,8 @@ def sort(seq, sort):
other -- A specified, user-defined comparison function, should other -- A specified, user-defined comparison function, should
return 1, 0, -1. return 1, 0, -1.
direction -- defines the sort direction for the key (optional). direction -- defines the sort direction for the key (optional).
(allowed values: "asc", "desc") (allowed values: "asc", "desc")
DTML Examples DTML Examples
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment