From 7d9f8db2a88ff1047dfcf72a8ea0568003475c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= Date: Sat, 15 Feb 2020 14:20:24 +0100 Subject: gnu: python-fuzzywuzzy: Capitalize Python in synopsis Follow-up to commit da8ca4c3fc2ac36977e3190bb05802c487619e8c * gnu/packages/python-xyz.scm (python-fuzzywuzzy)[synopsis]: python -> Python --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.3