guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: python-setproctitle: Fix grammar of "allows to identify" to


From: guix-commits
Subject: 03/06: gnu: python-setproctitle: Fix grammar of "allows to identify" to "allows identifying".
Date: Sun, 12 Apr 2020 16:22:57 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit c567ce5498555680c4197f6385ef4b379d93e3ff
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:12:42 2020 -0700

    gnu: python-setproctitle: Fix grammar of "allows to identify" to "allows
    identifying".
    
    * gnu/packages/python-xyz (python-setproctitle): Fix grammar.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8339d0..089a2ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12658,7 +12658,7 @@ by system tools such as ps and top).
 
 Changing the title is mostly useful in multi-process systems, for
 example when a master process is forked: changing the children's title
-allows to identify the task each process is busy with.  The technique
+allows identifying the task each process is busy with.  The technique
 is used by PostgreSQL and the OpenSSH Server for example.")
   (license license:bsd-3)
   (properties `((python2-variant . ,(delay python2-setproctitle))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]