guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-fuzzywuzzy: Capitalize Python in syno


From: guix-commits
Subject: branch master updated: gnu: python-fuzzywuzzy: Capitalize Python in synopsis
Date: Sat, 15 Feb 2020 08:21:52 -0500

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d9f8db  gnu: python-fuzzywuzzy: Capitalize Python in synopsis
7d9f8db is described below

commit 7d9f8db2a88ff1047dfcf72a8ea0568003475c43
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Sat Feb 15 14:20:24 2020 +0100

    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 aeea4df..8546943 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]