From 59d69056a2b90778af10c7f80c7956d0ff6450f9 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Thu, 11 Apr 2019 19:45:03 +0100 Subject: [PATCH] grammatical correction always many packages at this point --- aur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur.py b/aur.py index 9e07f4d..11cf28c 100644 --- a/aur.py +++ b/aur.py @@ -109,7 +109,7 @@ def check_packages(module, packages): if would_be_changed: status = True if (len(packages) > 1): - message = '{} package(s) would be installed'.format(len(would_be_changed)) + message = '{} packages would be installed'.format(len(would_be_changed)) else: message = 'package would be installed' else: