diff options
author | Andrius Štikonas via Guix-patches via <guix-patches@gnu.org> | 2020-06-30 19:19:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-30 20:34:54 +0200 |
commit | 13cba9b9df34366e3e252a71e1acf183ec30b9e3 (patch) | |
tree | 5c7c5a633378d928818e4e90c21bdb979c18baa1 /gnu | |
parent | 3123cdaf7b695f3473ed2bf8c15da911d889cca3 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |