Mercurial > p > roundup > code
changeset 5923:45c691a81f75
Untabify example in doc.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 13 Oct 2019 17:43:03 -0400 |
| parents | bc81dbecab0f |
| children | b40059d7036f |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Sun Oct 13 14:54:03 2019 -0400 +++ b/doc/customizing.txt Sun Oct 13 17:43:03 2019 -0400 @@ -2703,8 +2703,8 @@ Will list the files by upload date. While - python:context.files.sorted('creation', reverse=True) - + python:context.files.sorted('creation', reverse=True) + Will list the files by upload date in reverse order from the prior example. reverse only on Multilink properties - produce a list of the linked
