This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 13cba9b  gnu: python-clyent: Fix typo in description.
13cba9b is described below

commit 13cba9b9df34366e3e252a71e1acf183ec30b9e3
Author: Andrius Štikonas via Guix-patches via <guix-patc...@gnu.org>
AuthorDate: Tue Jun 30 19:19:08 2020 +0100

    gnu: python-clyent: Fix typo in description.
    
    * gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo.
    
    Signed-off-by: Tobias Geerinckx-Rice <m...@tobias.gr>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e85cc84..55df2cb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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

Reply via email to