diff --git a/awscli2.spec b/awscli2.spec
index fe66395..8b929c0 100644
--- a/awscli2.spec
+++ b/awscli2.spec
@@ -56,7 +56,7 @@ find -type f -name '*.py' -exec sed \
 
 # Fedora does not run coverage tests.
 # mock is deprecated in Fedora. We use unittest.mock.
-# pip-tools is used directly by the unit tests.
+# pip-tools is not used directly by the unit tests.
 sed \
     -e 's|==.*||' \
     -e '/coverage/d' \