Mercurial > moin > 1.9
changeset 5294:c40db4f95ec4
macro HighlighterList: PEP8 whitespace fix
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Tue, 17 Nov 2009 23:03:09 +0100 |
parents | 14863ba96c46 |
children | 93d19194d145 |
files | MoinMoin/macro/HighlighterList.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/macro/HighlighterList.py Tue Nov 17 19:05:54 2009 +0100 +++ b/MoinMoin/macro/HighlighterList.py Tue Nov 17 23:03:09 2009 +0100 @@ -14,8 +14,8 @@ all columns are displayed. @param sort_column: Name of column by which list should be sorted. Column name can be one of "description", "names", "patterns", "mimetypes". - If column is not "description", item values in this column will be - split. Has effect in any case (not only when sort is True). If + If column is not "description", item values in this column will be + split. Has effect in any case (not only when sort is True). If sort_column is empty, description column is used. @param filter_re: Filtering regular expression which data in sort_column should match. If filter_re is empty, no filtering performed. @@ -125,3 +125,4 @@ ret.append(f.table(0)) return ''.join(ret) +