guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: python-colorama: Fix typo in synopsis.


From: Tobias Geerinckx-Rice
Subject: 10/20: gnu: python-colorama: Fix typo in synopsis.
Date: Tue, 24 Jan 2017 23:11:47 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 46e110cca5cf052e07d2d1f60ee0dc61c8c36162
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 24 15:06:12 2017 +0100

    gnu: python-colorama: Fix typo in synopsis.
    
    * gnu/packages/python.scm (python-colorama)[synopsis]: Capitalise.
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index be64c6b..4c998ca 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8620,7 +8620,7 @@ supports url redirection and retries, and also gzip and 
deflate decoding.")
       (base32
        "0avqkn6362v7k2kg3afb35g4sfdvixjgy890clip4q174p9whhz0"))))
    (build-system python-build-system)
-   (synopsis "colored terminal text rendering for Python")
+   (synopsis "Colored terminal text rendering for Python")
    (description "Colorama is a Python library for rendering colored terminal
 text.")
    (home-page "https://pypi.python.org/pypi/colorama";)



reply via email to

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