me
/
guix
Archived
1
0
Fork 0

gnu: python-marshmallow: Fix linter warning.

* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]:
Drop the full stop.
master
Tobias Geerinckx-Rice 2021-11-03 15:19:13 +01:00
parent 23489e69f2
commit 6259bfab86
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -19163,7 +19163,7 @@ address is valid and really exists.")
("python-pytz" ,python-pytz)))
(home-page "https://github.com/marshmallow-code/marshmallow")
(synopsis "Convert complex datatypes to and from native
Python datatypes.")
Python datatypes")
(description "@code{marshmallow} provides a library for converting
complex datatypes to and from native Python datatypes.")
(license license:expat)))