[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: python-pyux: Fix grammar.
From: |
guix-commits |
Subject: |
08/08: gnu: python-pyux: Fix grammar. |
Date: |
Fri, 30 Oct 2020 20:23:16 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit cf8b2f0f110900c00edd9057df79071111e3d565
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Oct 30 17:14:54 2020 -0700
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 498f495..24fe290 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)))
- branch master updated (d343c12 -> cf8b2f0), guix-commits, 2020/10/30
- 01/08: gnu: resample: Fix grammar., guix-commits, 2020/10/30
- 02/08: gnu: r-adamethods: Fix grammar., guix-commits, 2020/10/30
- 03/08: gnu: r-vim: Fix grammar., guix-commits, 2020/10/30
- 04/08: gnu: python-django-url-filter: Fix grammar., guix-commits, 2020/10/30
- 05/08: gnu: emacs-org-generate: Fix grammar., guix-commits, 2020/10/30
- 06/08: gnu: go-github-com-olekukonko-tablewriter: Fix grammar., guix-commits, 2020/10/30
- 07/08: gnu: python-pure-protobuf: Fix grammar., guix-commits, 2020/10/30
- 08/08: gnu: python-pyux: Fix grammar.,
guix-commits <=