summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:12:42 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 13:22:30 -0700
commitc567ce5498555680c4197f6385ef4b379d93e3ff (patch)
tree371999ac2185cb67913dfaf03206bc665db363be /gnu/packages/python-xyz.scm
parented8a9de8feface032296d7a4ef920cc8a7fffad1 (diff)
downloadguix-patches-c567ce5498555680c4197f6385ef4b379d93e3ff.tar
guix-patches-c567ce5498555680c4197f6385ef4b379d93e3ff.tar.gz
gnu: python-setproctitle: Fix grammar of "allows to identify" to "allows
identifying". * gnu/packages/python-xyz (python-setproctitle): Fix grammar.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8339d008f..089a2ea6ce 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))))))