gnu: python-fuzzywuzzy: Capitalize Python in synopsis

Follow-up to commit da8ca4c3fc

* gnu/packages/python-xyz.scm (python-fuzzywuzzy)[synopsis]:
  python -> Python
This commit is contained in:
Jakub Kądziołka 2020-02-15 14:20:24 +01:00
parent 74281436c5
commit 7d9f8db2a8
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -17562,7 +17562,7 @@ custom PNG processing.")
(propagated-inputs (propagated-inputs
`(("python-levenshtein" ,python-levenshtein))) `(("python-levenshtein" ,python-levenshtein)))
(home-page "https://github.com/seatgeek/fuzzywuzzy") (home-page "https://github.com/seatgeek/fuzzywuzzy")
(synopsis "Fuzzy string matching in python") (synopsis "Fuzzy string matching in Python")
(description "Approximate string matching using (description "Approximate string matching using
@emph{Levenshtein Distance} to calculate the differences between @emph{Levenshtein Distance} to calculate the differences between
sequences.") sequences.")