aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-30 17:14:54 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-30 17:20:15 -0700
commitcf8b2f0f110900c00edd9057df79071111e3d565 (patch)
tree5c289f693472fe3005ddb0e042b11614bceb624a /gnu/packages/python-check.scm
parent81fe586371eaf13626596188f651265963d0121e (diff)
downloadguix-cf8b2f0f110900c00edd9057df79071111e3d565.tar
guix-cf8b2f0f110900c00edd9057df79071111e3d565.tar.gz
gnu: python-pyux: Fix grammar.
* gnu/packages/python-check (python-pyux)[description]: Remove gratuitous use of "allows to".
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ variables in the @file{pytest.ini} file.")
`(#: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)))