[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-unidecode: Fix typo in description.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: gnu: python-unidecode: Fix typo in description. |
Date: |
Sat, 23 Sep 2017 08:21:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a0b80a57183a7a94b094df113eefaee3b730e61e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Sep 23 14:12:10 2017 +0200
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 71d3fac..5dcb5a0 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