gnu: python-unidecode: Fix typo in description.

* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2017-09-23 14:12:10 +02:00
parent c37f58b75a
commit a0b80a5718
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 machine identifiers from human-readable Unicode strings that should still be
somewhat intelligeble.") somewhat intelligible.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public python2-unidecode (define-public python2-unidecode