~ruther/guix-local

a0b80a57183a7a94b094df113eefaee3b730e61e — Tobias Geerinckx-Rice 8 years ago c37f58b
gnu: python-unidecode: Fix typo in description.

* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 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