gnu: python-clyent: Fix typo in description.

* gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Andrius Štikonas via Guix-patches via 2020-06-30 19:19:08 +01:00 committed by Tobias Geerinckx-Rice
parent 3123cdaf7b
commit 13cba9b9df
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -563,8 +563,8 @@ (define-public python-clyent
`(("python-mock" ,python-mock)))
(home-page "https://github.com/binstar/clyent")
(synopsis "Command line client library")
(description "Clyent is a Python command line utiliy library. It is used
by @code{binstar}, @code{binstar-build} and @code{chalmers}.")
(description "Clyent is a Python command line utility library. It is used
by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")
(license license:bsd-3)))
(define-public python2-clyent