diff --git a/project1/queries.py b/project1/queries.py
index 7e62470d2f55ed515b9dd19ec430075a423d4b7e..88c961f30a699bc72264289d7d0413beb9a6d025 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