gnu: python-pyux: Fix grammar.

* gnu/packages/python-check (python-pyux)[description]: Remove gratuitous use
  of "allows to".
This commit is contained in:
Vagrant Cascadian 2020-10-30 17:14:54 -07:00
parent 81fe586371
commit cf8b2f0f11
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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)))