summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:15:26 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 13:22:32 -0700
commitdbc5461857526a830a4de46a7234dd6b0a39a582 (patch)
treeef5d999715d4a9f417b96f7c1cb81bc0009de996 /gnu/packages/python-xyz.scm
parentc567ce5498555680c4197f6385ef4b379d93e3ff (diff)
downloadguix-patches-dbc5461857526a830a4de46a7234dd6b0a39a582.tar
guix-patches-dbc5461857526a830a4de46a7234dd6b0a39a582.tar.gz
gnu: python-pifpaf: Fix grammar of "allows to start and stop" to "starts and
stops". * gnu/packages/python-xyz (python-pifpaf): 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 089a2ea6ce..9cff96b0a9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19028,7 +19028,7 @@ logging in Python. It also provides some custom formatters and handlers.")
(home-page "https://github.com/jd/pifpaf")
(synopsis "Tools and fixtures to manage daemons for testing in Python")
(description "Pifpaf is a suite of fixtures and a command-line tool that
-allows to start and stop daemons for a quick throw-away usage. This is typically
+starts and stops daemons for a quick throw-away usage. This is typically
useful when needing these daemons to run integration testing. It originally
evolved from its precursor @code{overtest}.")
(license license:asl2.0)))