Skip to content
Snippets Groups Projects
Unverified Commit a0b80a57 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: python-unidecode: Fix typo in description.

* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
parent c37f58b7
No related branches found
No related tags found
No related merge requests found
...@@ -2855,7 +2855,7 @@ (define-public python-unidecode ...@@ -2855,7 +2855,7 @@ (define-public python-unidecode
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment