guix-commits
[Top][All Lists]
Advanced

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

27/43: gnu: python-imagesize: Fix typo.


From: Marius Bakke
Subject: 27/43: gnu: python-imagesize: Fix typo.
Date: Tue, 21 Aug 2018 11:25:57 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 26aef5e9560e177d80ff34036c021ce4e537d241
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 06:18:29 2018 +0200

    gnu: python-imagesize: Fix typo.
    
    * gnu/packages/python.scm (python-imagesize)[synopsis]: Remove stray 
character.
---
 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 2813b93..c3da0e8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10364,7 +10364,7 @@ useful as a validator for JSON data.")
           "05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv"))))
     (build-system python-build-system)
     (home-page "https://github.com/shibukawa/imagesize_py";)
-    (synopsis "Gets image size of files in variaous formats in Python")
+    (synopsis "Gets image size of files in various formats in Python")
     (description
       "This package allows determination of image size from
 PNG, JPEG, JPEG2000 and GIF files in pure Python.")



reply via email to

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