From 25752573cf45c74daeb6e5c8e4acc00399765099 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Thu, 12 Sep 2019 13:31:35 -0400
Subject: [PATCH] auto

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

diff --git a/project1/queries.py b/project1/queries.py
index 7e62470..88c961f 100644
--- a/project1/queries.py
+++ b/project1/queries.py
@@ -59,7 +59,7 @@ queries[7] = """
 select 0;
 """
 
-### 8. Write a query to generate a list of customers where the interval between first and last flight is 5 days.
+### 8. Write a query to generate a list of those customers whose first and last flights are 5 days apart.
 ### Order by the customer name. 
 ### Output columns: name
 ### Order by: name
-- 
GitLab