[PATCH] gnu: python-clyent: Fix typo in description.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andrius Štikonas
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Andrius Štikonas
Severity
normal
A
A
Andrius Štikonas wrote on 30 Jun 2020 20:19
(address . guix-patches@gnu.org)(name . Andrius Štikonas)(address . andrius@stikonas.eu)
20200630181908.452960-1-andrius@stikonas.eu
* gnu/packages/python-xyz.scm (python-clyent) [description]: Fix a typo
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08fa6c3f04..5f7e8077ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -563,7 +563,7 @@ 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
+ (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)))
--
2.26.2
T
T
Tobias Geerinckx-Rice wrote on 30 Jun 2020 20:36
(name . Andrius Štikonas)(address . andrius@stikonas.eu)(address . 42142-done@debbugs.gnu.org)
871rlwieov.fsf@nckx
Andrius Štikonas via Guix-patches via ???
Toggle quote (3 lines)
> * gnu/packages/python-xyz.scm (python-clyent) [description]: Fix
> a typo

Thanks! I took the sneaky liberty of adding a full stop to the
commit message and an Oxford comma to the description and pushed
as 13cba9b9df34366e3e252a71e1acf183ec30b9e3.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXvuGIAAKCRANsP+IT1Vt
eUyTAQDjPo1C/mZZ9QXUrSEZVC8jZ4jWh+bGZoNKWZIugfTgDQEAj8thJ9SJavP+
QGlUax/WUDLRGCn959lSGtuhxzr8zgc=
=3Gwv
-----END PGP SIGNATURE-----

Closed
?