gnu: python-marshmallow: Fix linter warning.

* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]:
Drop the full stop.
This commit is contained in:
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

View file

@ -19163,7 +19163,7 @@ (define-public python-marshmallow
("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)))