From cf8b2f0f110900c00edd9057df79071111e3d565 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 30 Oct 2020 17:14:54 -0700 Subject: [PATCH] gnu: python-pyux: Fix grammar. * gnu/packages/python-check (python-pyux)[description]: Remove gratuitous use of "allows to". --- gnu/packages/python-check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 498f495584..24fe2906f9 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -868,7 +868,7 @@ (define-public python-pyux `(#:tests? #f)) ;the mini test suite fails (home-page "https://github.com/farizrahman4u/pyux") (synopsis "Utility to check API integrity in Python libraries") - (description "The pyux utility allows to detect API changes in Python + (description "The pyux utility detects API changes in Python libraries.") (license license:expat)))