diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-23 14:12:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-23 14:12:52 +0200 |
commit | a0b80a57183a7a94b094df113eefaee3b730e61e (patch) | |
tree | e149c92f1378599bb389ee4485db7549634a0d63 /gnu/packages | |
parent | c37f58b75a534275b3ce2ee39f69f7a513234750 (diff) | |
download | guix-a0b80a57183a7a94b094df113eefaee3b730e61e.tar.gz guix-a0b80a57183a7a94b094df113eefaee3b730e61e.zip |
gnu: python-unidecode: Fix typo in description.
* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |