diff options
author | Jakub Kądziołka <kuba@kadziolka.net> | 2020-02-15 14:20:24 +0100 |
---|---|---|
committer | Jakub Kądziołka <kuba@kadziolka.net> | 2020-02-15 14:20:24 +0100 |
commit | 7d9f8db2a88ff1047dfcf72a8ea0568003475c43 (patch) | |
tree | f1d234aeaa681cfbf58da4733305d09e56345b92 /gnu/packages | |
parent | 74281436c529283d6f1a429d7a1000fd5903f09e (diff) | |
download | patches-7d9f8db2a88ff1047dfcf72a8ea0568003475c43.tar patches-7d9f8db2a88ff1047dfcf72a8ea0568003475c43.tar.gz |
gnu: python-fuzzywuzzy: Capitalize Python in synopsis
Follow-up to commit da8ca4c3fc2ac36977e3190bb05802c487619e8c
* gnu/packages/python-xyz.scm (python-fuzzywuzzy)[synopsis]:
python -> Python
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index aeea4df12a..8546943d83 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17562,7 +17562,7 @@ custom PNG processing.") (propagated-inputs `(("python-levenshtein" ,python-levenshtein))) (home-page "https://github.com/seatgeek/fuzzywuzzy") - (synopsis "Fuzzy string matching in python") + (synopsis "Fuzzy string matching in Python") (description "Approximate string matching using @emph{Levenshtein Distance} to calculate the differences between sequences.") |