From a0b80a57183a7a94b094df113eefaee3b730e61e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 23 Sep 2017 14:12:10 +0200 Subject: gnu: python-unidecode: Fix typo in description. * gnu/packages/python.scm (python-unidecode)[description]: Fix typo. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 71d3fac622..5dcb5a05c5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2855,7 +2855,7 @@ cutting and pasting that code over and over.") useful when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard, or when constructing ASCII machine identifiers from human-readable Unicode strings that should still be -somewhat intelligeble.") +somewhat intelligible.") (license license:gpl2+))) (define-public python2-unidecode -- cgit v1.2.3