diff options
Diffstat (limited to 'webapp.py')
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ class Application(object): return html_response(package_template.render(params)) def compute_comparison(self, pid1, pid2): - """Compute a sequence of comparison objects ordery by the size of the + """Compute a sequence of comparison objects ordered by the size of the object in the first package. Each element of the sequence is a dict defining the following keys: * filenames: A set of filenames in package 1 (pid1) all referring to |