From 0683b1f2a7b2a47e1715f2e805d5e3edbf3c733f Mon Sep 17 00:00:00 2001 From: Maxwell G Date: May 08 2023 15:51:35 +0000 Subject: fix typo in comment --- 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' \