1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: python-imagesize: Fix typo.

* gnu/packages/python.scm (python-imagesize)[synopsis]: Remove stray character.
This commit is contained in:
Marius Bakke
2018-08-21 06:18:29 +02:00
parent 4c36fc7051
commit 26aef5e956

View File

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