me
/
guix
Archived
1
0
Fork 0

gnu: python-fuzzywuzzy: Capitalize Python in synopsis

Follow-up to commit da8ca4c3fc

* gnu/packages/python-xyz.scm (python-fuzzywuzzy)[synopsis]:
  python -> Python
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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.")