mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pifpaf: Fix grammar of "allows to start and stop" to "starts and
stops". * gnu/packages/python-xyz (python-pifpaf): Fix grammar.
This commit is contained in:
parent
c567ce5498
commit
dbc5461857
1 changed files with 1 additions and 1 deletions
|
@ -19028,7 +19028,7 @@ logging in Python. It also provides some custom formatters and handlers.")
|
||||||
(home-page "https://github.com/jd/pifpaf")
|
(home-page "https://github.com/jd/pifpaf")
|
||||||
(synopsis "Tools and fixtures to manage daemons for testing in Python")
|
(synopsis "Tools and fixtures to manage daemons for testing in Python")
|
||||||
(description "Pifpaf is a suite of fixtures and a command-line tool that
|
(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
|
useful when needing these daemons to run integration testing. It originally
|
||||||
evolved from its precursor @code{overtest}.")
|
evolved from its precursor @code{overtest}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue