From cf7a8129e5e2f44ab31531645b910f097cf934cc Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Mon, 11 Sep 2017 15:18:46 -0400
Subject: [PATCH] auto

---
 queries.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/queries.py b/queries.py
index acf3907..13988fa 100644
--- a/queries.py
+++ b/queries.py
@@ -79,7 +79,7 @@ select 0;
 ### by the total number of flights that depart that airport. So the airport with the maximum number
 ### of flights departing gets rank 1, and so on. If two airports tie, then they should 
 ### both get the same rank, and the next rank should be skipped.
-### Order the output in the increasing order by rank.
+### Order the output in increasing order by rank, and then airport ID.
 
 queries[10] = """
 select 0;
-- 
GitLab