gnu: python-clyent: Fix typo in description.
authorAndrius Štikonas via Guix-patches via <guix-patches@gnu.org>
Tue, 30 Jun 2020 18:19:08 +0000 (19:19 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Jun 2020 18:34:54 +0000 (20:34 +0200)
* gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
gnu/packages/python-xyz.scm

index e85cc84..55df2cb 100644 (file)
@@ -563,8 +563,8 @@ and function call return values in a human-readable way.")
      `(("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