From 13cba9b9df34366e3e252a71e1acf183ec30b9e3 Mon Sep 17 00:00:00 2001 From: Andrius Štikonas via Guix-patches via Date: Tue, 30 Jun 2020 19:19:08 +0100 Subject: gnu: python-clyent: Fix typo in description. * gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo. Signed-off-by: Tobias Geerinckx-Rice --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e85cc84ddb..55df2cb08e 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 -- cgit 1.4.1